mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[TRAVIS-CI] Initial version of the Travis-CI script.
This commit is contained in:
parent
57cda5aa7d
commit
d77464b3d6
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
language: bash
|
||||
|
||||
git:
|
||||
depth: 1
|
||||
|
||||
before_script:
|
||||
- wget https://svn.reactos.org/amine/RosBEBinFull.tar.gz -O RosBE.tar.gz
|
||||
- tar -xzf RosBE.tar.gz
|
||||
- echo 'mkdir ../Build && cd ../Build && $TRAVIS_BUILD_DIR/configure.sh -DENABLE_ROSTESTS=1 && cd reactos && ninja && ninja bootcd' > tmp_file
|
||||
- ./RosBEBinFull/RosBE.sh < tmp_file
|
Loading…
Reference in a new issue