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.
This commit is contained in:
Hermès Bélusca-Maïto 2017-10-09 20:59:26 +02:00
parent 54e277d6b5
commit 496b1cb951

View file

@ -6,7 +6,7 @@ git:
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
- 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