reactos/.travis.yml
Hermès Bélusca-Maïto 496b1cb951 Don't stop compilation at the first error.
This gives developers a chance to see at once all the potential
errors that can exist which could make further compilations fail.
2017-10-09 20:59:26 +02:00

13 lines
352 B
YAML

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 -k 0 && ninja bootcd -k 0' > tmp_file
script:
- ./RosBEBinFull/RosBE.sh < tmp_file