Skip to content

Commit

Permalink
Disable tests for CMake build
Browse files Browse the repository at this point in the history
The tests are randomly hanging until Travis times them out at 10
minutes.  Until we can figure out why, disabling them (but leaving the
CMake build; that seems fine for now).
  • Loading branch information
jbytheway authored and kevingranade committed Dec 2, 2018
1 parent a206046 commit 05d851e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-scripts/build.sh
Expand Up @@ -21,8 +21,8 @@ then
..
make -j3
cd ..
[ -f cata_test ] && run_tests ./cata_test
[ -f cata_test-tiles ] && run_tests ./cata_test-tiles
#[ -f cata_test ] && run_tests ./cata_test
#[ -f cata_test-tiles ] && run_tests ./cata_test-tiles
else
make -j3 RELEASE=1 BACKTRACE=1 DEBUG_SYMBOLS=1 CROSS="$CROSS_COMPILATION"
run_tests ./tests/cata_test
Expand Down

0 comments on commit 05d851e

Please sign in to comment.