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:
parent
030f85cb21
commit
bca024425a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user