Skip to content

Commit 48b15b2

Browse files
committed
set CMAKE_BUILD_TYPE to Debug for testing
1 parent ea52962 commit 48b15b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ before_install:
2525
&& cd ..
2626
&& rm release-1.8.0
2727

28-
script: mkdir build && cd build && cmake .. -Dtest=ON && make && test/runTests && make memcheck
28+
script: mkdir build && cd build && cmake .. -Dtest=ON -DCMAKE_BUILD_TYPE=Debug && make && test/runTests && make memcheck

0 commit comments

Comments
 (0)