From 496b1cb9514698d819ff554fa6d03b43296490ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Mon, 9 Oct 2017 20:59:26 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf63e003939..9bb7d3d79bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- 2.17.1