Skip to content

Commit

Permalink
[wip]
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Nov 25, 2016
1 parent 6650232 commit d98b084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/ci/travis-desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ cmake .. \
-DCMAKE_INSTALL_PREFIX=$HOME/deps \
-DCMAKE_INSTALL_RPATH=$HOME/deps/lib \
-DBUILD_TESTS=ON \
-DCMAKE_BUILD_TYPE=Debug
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_LINKER=clang++
make -j install
ASAN_OPTIONS="color=always" LSAN_OPTIONS="color=always" MSAN_OPTIONS="color=always" CORRADE_TEST_COLOR=ON ctest -V
cd ..
Expand Down

0 comments on commit d98b084

Please sign in to comment.