Searched full:travis_terminate (Results 1 – 3 of 3) sorted by relevance
42 script: $CI_ROOT/vmtest/run_vmtest.sh || travis_terminate 147 script: $CI_ROOT/vmtest/run_vmtest.sh || travis_terminate 152 script: $CI_ROOT/vmtest/run_vmtest.sh || travis_terminate 157 script: $CI_ROOT/managers/debian.sh RUN || travis_terminate 163 script: $CI_ROOT/managers/debian.sh RUN_ASAN || travis_terminate 169 script: $CI_ROOT/managers/debian.sh RUN_CLANG || travis_terminate 175 script: $CI_ROOT/managers/debian.sh RUN_CLANG_ASAN || travis_terminate 181 script: $CI_ROOT/managers/debian.sh RUN_GCC10 || travis_terminate 187 script: $CI_ROOT/managers/debian.sh RUN_GCC10_ASAN || travis_terminate 192 script: sudo $CI_ROOT/managers/ubuntu.sh || travis_terminate 1[all …]
57 ninja -C _build || travis_terminate 1;58 ninja -C _build test || travis_terminate 1;59 ninja -C _build install || travis_terminate 1;62 scons force_scons=1 || travis_terminate 1;63 scons force_scons=1 check || travis_terminate 1;
9 if [ $TRAVIS_RUST_VERSION = stable ]; then cargo test --verbose || travis_terminate 1; fi