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

Use newer ubuntu

parent a0a82a13
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ sast:
include:
- template: Security/SAST.gitlab-ci.yml
image: ubuntu:focal
image: ubuntu:jammy
linux:build:
only:
......@@ -27,7 +27,7 @@ linux:build:
- docker
script:
- DEBIAN_FRONTEND=noninteractive apt update && apt install -y g++ libmsgpack-dev liburiparser-dev libgnutls28-dev snapd && snap install --classic cmake
- DEBIAN_FRONTEND=noninteractive apt update && apt install -y g++ libmsgpack-dev liburiparser-dev libgnutls28-dev cmake
- mkdir build && cd build
- cmake $CI_PROJECT_DIR -GNinja -DCMAKE_CXX_FLAGS="-fdiagnostics-color" -DUSE_CPPCHECK=FALSE -DCMAKE_BUILD_TYPE=Release -DCPACK_GENERATOR=DEB
- 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