1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-06 19:12:30 +01:00

Add latest cmake instead of 3.10

This commit is contained in:
Elias Steurer 2020-10-29 21:20:10 +01:00
parent 030f85cb21
commit bca024425a

View File

@ -53,6 +53,7 @@ build:linux_debug:
needs:
- check
script:
- sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic-rc main' -y
- sudo apt-get update -y
- sudo apt install build-essential libgl1-mesa-dev lld ninja-build cmake -y
- cd Tools
@ -72,6 +73,7 @@ build:linux_release:
needs:
- check
script:
- sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic-rc main' -y
- sudo apt-get update -y
- sudo apt install build-essential libgl1-mesa-dev lld ninja-build cmake -y
- cd Tools