mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 17:43:14 +01:00
Travis: Avoid running testsuite when build didn't succeed.
This commit is contained in:
@@ -23,8 +23,9 @@ matrix:
|
||||
script:
|
||||
- cmake $OPTS .
|
||||
- make
|
||||
- bin/ldc2 -version # For environment info.
|
||||
- ctest --output-on-failure -R $TESTSUITE_FILTER
|
||||
# Outputs some environment info, plus makes sure we only run the test suite
|
||||
# if we could actually build the executable.
|
||||
- bin/ldc2 -version && ctest --output-on-failure -R $TESTSUITE_FILTER
|
||||
|
||||
notifications:
|
||||
# Temporarily disabled due to time limit problems.
|
||||
|
||||
Reference in New Issue
Block a user