Skip to content

Commit

Permalink
remove debug build type to reduce ccache size
Browse files Browse the repository at this point in the history
  • Loading branch information
coalsont committed Jun 22, 2016
1 parent 5ff5be2 commit 56860a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ before_install:
- cd ../build

script:
- "cmake -D CMAKE_BUILD_TYPE=Debug -D BUILD_SHARED_LIBS:BOOL=$SHARED -D IGNORE_QT:BOOL=$IGNORE_QT ../CiftiLib"
- "cmake -D BUILD_SHARED_LIBS:BOOL=$SHARED -D IGNORE_QT:BOOL=$IGNORE_QT ../CiftiLib"
- make -j 4
- ctest

0 comments on commit 56860a0

Please sign in to comment.