1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-11-07 03:22:33 +01:00
This commit is contained in:
Elias Steurer 2020-10-29 21:22:53 +01:00
parent bca024425a
commit 23d1836df0

View File

@ -53,6 +53,8 @@ build:linux_debug:
needs:
- check
script:
- sudo apt-get update -y
- sudo apt-get install software-properties-common -y
- 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
@ -73,6 +75,8 @@ build:linux_release:
needs:
- check
script:
- sudo apt-get update -y
- sudo apt-get install software-properties-common -y
- 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