1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00

Add apt update to CI

This commit is contained in:
Elias Steurer 2020-10-29 21:02:54 +01:00
parent 4d1b4dcc95
commit 7515bb2140

View File

@ -53,6 +53,7 @@ build:linux_debug:
needs:
- check
script:
- sudo apt-get update -y
- sudo apt install build-essential libgl1-mesa-dev lld ninja-build cmake
- cd Tools
- python build.py -t debug
@ -71,6 +72,7 @@ build:linux_release:
needs:
- check
script:
- sudo apt-get update -y
- sudo apt install build-essential libgl1-mesa-dev lld ninja-build cmake
- cd Tools
- python build.py -t release