Test in debug mode

This commit is contained in:
Sebastian Messmer 2016-02-15 04:27:10 +01:00
parent 456b240e21
commit e3fbd8106c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ install:
# Use /dev/urandom when /dev/random is accessed, because travis doesn't have enough entropy
- sudo cp -a /dev/urandom /dev/random
script:
- cmake .. -DBUILD_TESTING=on
- cmake .. -DBUILD_TESTING=on -DCMAKE_BUILD_TYPE=Debug
- make -j$NUMCORES
- ./test/cpp-utils/cpp-utils-test
- ./run_with_fuse.sh ./test/fspp/fspp-test