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

Fix the package process

parent 1d755b25
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ linux:pack: ...@@ -119,7 +119,7 @@ linux:pack:
needs: ["linux:build"] needs: ["linux:build"]
script: script:
- DEBIAN_FRONTEND=noninteractive apt update && apt install -y libmsgpackc2 liburiparser1 cmake - DEBIAN_FRONTEND=noninteractive apt update && apt install -y libmsgpackc2 liburiparser1 cmake file
- cd build - cd build
- cpack - cpack
...@@ -155,7 +155,7 @@ windows:build: ...@@ -155,7 +155,7 @@ windows:build:
- if (Test-Path build) { Remove-Item build/ -Recurse } - if (Test-Path build) { Remove-Item build/ -Recurse }
- mkdir build - mkdir build
- cd build - cd build
- cmake -DCMAKE_GENERATOR_PLATFORM=x64 -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' - '& MSBuild.exe beyond-protocol.sln -property:Configuration=Release -nr:false -maxCpuCount'
windows:test: 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