1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Add cmake 3.23 to regular linux ci

This commit is contained in:
Elias Steurer 2022-02-17 19:09:07 +01:00
parent 0927514ac5
commit 40b5b6a7a7

View File

@ -138,6 +138,10 @@ build:linux_release:
needs:
- check
script:
- apt update -y
# We need cmake 3.23 to fix IFW
- wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null
- echo 'deb [signed-by=/usr/share/keyrings/kitware-archive-keyring.gpg] https://apt.kitware.com/ubuntu/ focal-rc main' | sudo tee -a /etc/apt/sources.list.d/kitware.list >/dev/null
- apt update -y
# Otherwise libglib2 needs interaction
- export DEBIAN_FRONTEND=noninteractive