mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-17 00:03:03 +00:00
CI: fail fast
This commit is contained in:
@@ -410,6 +410,9 @@ script:
|
|||||||
# with `Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m`, which makes
|
# with `Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m`, which makes
|
||||||
# the test suite fail.
|
# the test suite fail.
|
||||||
- unset _JAVA_OPTIONS
|
- unset _JAVA_OPTIONS
|
||||||
|
|
||||||
|
# Fail fast from now on.
|
||||||
|
- set -e
|
||||||
- sftp bison@sftp.lrde.epita.fr:bison-$TRAVIS_BUILD_NUMBER.tar.xz
|
- sftp bison@sftp.lrde.epita.fr:bison-$TRAVIS_BUILD_NUMBER.tar.xz
|
||||||
- tar xf bison-$TRAVIS_BUILD_NUMBER.tar.xz
|
- tar xf bison-$TRAVIS_BUILD_NUMBER.tar.xz
|
||||||
- dir=$(tar tf bison-$TRAVIS_BUILD_NUMBER.tar.xz | sed 1q)
|
- dir=$(tar tf bison-$TRAVIS_BUILD_NUMBER.tar.xz | sed 1q)
|
||||||
@@ -423,4 +426,4 @@ script:
|
|||||||
- if test ${PART-2} = 2; then make maintainer-check-g++ VERBOSE=1 TESTSUITEFLAGS=-j2 || { cat tests/testsuite.log && false; }; fi
|
- if test ${PART-2} = 2; then make maintainer-check-g++ VERBOSE=1 TESTSUITEFLAGS=-j2 || { cat tests/testsuite.log && false; }; fi
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- if [[ $CC == "icc" ]]; then uninstall_intel_software; fi
|
- if [[ $CC == "icc" ]]; then uninstall_intel_software || true; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user