1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-18 08:22:33 +02:00
This commit is contained in:
Elias Steurer 2020-10-29 20:58:37 +01:00
parent 50370a15bb
commit f377e0f8b0

View File

@ -45,12 +45,14 @@ build:windows_release:
build:linux_debug:
stage: build
image: darkmattercoder/qt-build:latest
image: darkmattercoder/qt-build:5.15.1
entrypoint: [""]
tags:
- gitlab-org-docker
needs:
- check
script:
- sudo apt install build-essential libgl1-mesa-dev lld ninja-build cmake
- cd Tools
- python build.py -t debug
artifacts:
@ -60,12 +62,14 @@ build:linux_debug:
build:linux_release:
stage: build
image: darkmattercoder/qt-build:latest
image: darkmattercoder/qt-build:5.15.1
entrypoint: [""]
tags:
- gitlab-org-docker
needs:
- check
script:
- sudo apt install build-essential libgl1-mesa-dev lld ninja-build cmake
- cd Tools
- python build.py -t release
artifacts: