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

Try another variable option

parent f6e4da28
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ windows:build:
- if (Test-Path build) { Remove-Item build/ -Recurse }
- mkdir build
- cd build
- cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DFTL_VERSION=$CI_COMMIT_TAG -DWITH_GNUTLS=TRUE -DGNUTLS_INCLUDE_DIR="C:/Build/bin/gnutls/lib/includes/" -DGNUTLS_LIBRARY="C:/Build/bin/gnutls/lib/libgnutls.dll.a" ..
- cmake -DCMAKE_GENERATOR_PLATFORM=x64 "-DFTL_VERSION=$CI_COMMIT_TAG" -DWITH_GNUTLS=TRUE -DGNUTLS_INCLUDE_DIR="C:/Build/bin/gnutls/lib/includes/" -DGNUTLS_LIBRARY="C:/Build/bin/gnutls/lib/libgnutls.dll.a" ..
- '& MSBuild.exe beyond-protocol.sln -property:Configuration=Release -nr:false -maxCpuCount'
windows:test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment