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

Fix windows env var ref in CI

parent 35c68db2
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,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