Test in debug mode

This commit is contained in:
Sebastian Messmer 2016-02-15 04:27:10 +01:00
parent 456b240e21
commit e3fbd8106c

View File

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