Skip to content
Snippets Groups Projects
Commit 5404286b authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Remove accidental linebreak in cmake command

parent f38e14ab
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,10 @@ if [ $TRAVIS_OS_NAME == linux ]; then
-DBUILD_LIB_TESTS=ON \
-DBUILD_SHARED_LIBS=ON \
-DHUNTER_ENABLED=ON \
#-DHUNTER_CONFIGURATION_TYPES=Debug \ << needs gtest release for some reason
-DHUNTER_ROOT=.deps \
-DUSE_BUNDLED_OPENSSL=OFF \
-DCOVERAGE=${COVERAGE} || true
#-DHUNTER_CONFIGURATION_TYPES=Debug \ << needs gtest release for some reason
cmake --build build
# The tests will run anyway during coverage.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment