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

Fix pipeline dependencies

parent 65843ca7
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ linux:build: ...@@ -27,7 +27,7 @@ linux:build:
- docker - docker
script: script:
- snap install --classic cmake && apt update && apt install g++ libmsgpack-dev liburiparser-dev - apt update && apt install g++ libmsgpack-dev liburiparser-dev libgnutls28-dev snap && snap install --classic cmake
- mkdir build && cd build - mkdir build && cd build
- cmake $CI_PROJECT_DIR -GNinja -DCMAKE_CXX_FLAGS="-fdiagnostics-color" -DUSE_CPPCHECK=FALSE -DCMAKE_BUILD_TYPE=Release -DCPACK_GENERATOR=DEB - cmake $CI_PROJECT_DIR -GNinja -DCMAKE_CXX_FLAGS="-fdiagnostics-color" -DUSE_CPPCHECK=FALSE -DCMAKE_BUILD_TYPE=Release -DCPACK_GENERATOR=DEB
- ninja - ninja
......
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