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

Don't build tests on windows

parent 3cc4c540
No related branches found
No related tags found
No related merge requests found
......@@ -22,5 +22,5 @@ build_script:
- cmake --version
- cmake -G "Visual Studio 15 2017 Win64" -H. -Bbuild -DHUNTER_ENABLED=ON -DHUNTER_ROOT="C:\hunter"
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release
-DCMAKE_BUILD_TYPE=Release -DHUNTER_CONFIGURATION_TYPES=Release -DUSE_BUNDLED_GTEST=OFF -DBUILD_LIB_TESTS=OFF
- cmake --build build --config Release
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