Debugging...

This commit is contained in:
Daniel Lemire 2020-04-22 17:30:19 -04:00
parent ea7100e8c4
commit 3c594b1037
1 changed files with 2 additions and 2 deletions

View File

@ -15,6 +15,6 @@ task:
- mkdir build
- cd build
- cmake ..
- make
- make VERBOSE=1
test_script:
- ctest
- ctest --extra-verbose