|
@ -59,9 +59,8 @@ run() { |
|
|
cd build |
|
|
cd build |
|
|
ctest test --output-on-failure |
|
|
ctest test --output-on-failure |
|
|
travis_fold end test_all |
|
|
travis_fold end test_all |
|
|
;; |
|
|
|
|
|
|
|
|
|
|
|
# Check correctness of build types |
|
|
|
|
|
|
|
|
# Check correctness of build types |
|
|
case "$CONFIG" in |
|
|
case "$CONFIG" in |
|
|
DefaultDebug*) |
|
|
DefaultDebug*) |
|
|
./bin/storm --version | grep "with flags .* -g" |
|
|
./bin/storm --version | grep "with flags .* -g" |
|
|