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

Try with $ var again

parent 34e1890c
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=$Env: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.
Finish editing this message first!
Please register or to comment