mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-06 19:12:30 +01:00
Fix linux ci
This commit is contained in:
parent
0cd4c38257
commit
670a8515d8
@ -93,14 +93,14 @@ build:linux_debug:
|
|||||||
- apt update -y
|
- apt update -y
|
||||||
# Otherwise libglib2 needs interaction
|
# Otherwise libglib2 needs interaction
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- apt install apt-transport-https ca-certificates gnupg software-properties-common wget software-properties-common wget python3-pip build-essential libgl1-mesa-dev lld ninja-build cmake -y
|
- apt install pkg-config apt-transport-https ca-certificates gnupg software-properties-common wget software-properties-common wget python3-pip build-essential libgl1-mesa-dev lld ninja-build cmake -y
|
||||||
- pip3 install aqtinstall
|
- pip3 install aqtinstall
|
||||||
- mkdir Qt
|
- mkdir Qt
|
||||||
- aqt install --outputdir Qt/ 5.15.2 linux desktop
|
- aqt install --outputdir Qt/ 5.15.2 linux desktop
|
||||||
- cd Tools
|
- cd Tools
|
||||||
- wget https://github.com/QuasarApp/CQtDeployer/releases/download/1.5.2/CQtDeployer_1.5.2_OfflineInstaller_Linux64.run
|
- wget https://github.com/QuasarApp/CQtDeployer/releases/download/1.5.2/CQtDeployer_1.5.2_OfflineInstaller_Linux64.run
|
||||||
- python setup.py
|
- python3 setup.py
|
||||||
- python build.py -t debug
|
- python3 build.py -t debug
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: "4 weeks"
|
expire_in: "4 weeks"
|
||||||
@ -120,14 +120,14 @@ build:linux_release:
|
|||||||
- apt update -y
|
- apt update -y
|
||||||
# Otherwise libglib2 needs interaction
|
# Otherwise libglib2 needs interaction
|
||||||
- export DEBIAN_FRONTEND=noninteractive
|
- export DEBIAN_FRONTEND=noninteractive
|
||||||
- apt install apt-transport-https ca-certificates gnupg software-properties-common wget software-properties-common wget python3-pip build-essential libgl1-mesa-dev lld ninja-build cmake -y
|
- apt install pkg-config apt-transport-https ca-certificates gnupg software-properties-common wget software-properties-common wget python3-pip build-essential libgl1-mesa-dev lld ninja-build cmake -y
|
||||||
- pip3 install aqtinstall
|
- pip3 install aqtinstall
|
||||||
- mkdir Qt
|
- mkdir Qt
|
||||||
- aqt install --outputdir Qt/ 5.15.2 linux desktop
|
- aqt install --outputdir Qt/ 5.15.2 linux desktop
|
||||||
- cd Tools
|
- cd Tools
|
||||||
- wget https://github.com/QuasarApp/CQtDeployer/releases/download/1.5.2/CQtDeployer_1.5.2_OfflineInstaller_Linux64.run
|
- wget https://github.com/QuasarApp/CQtDeployer/releases/download/1.5.2/CQtDeployer_1.5.2_OfflineInstaller_Linux64.run
|
||||||
- python setup.py
|
- python3 setup.py
|
||||||
- python build.py -t release
|
- python3 build.py -t release
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: "4 weeks"
|
expire_in: "4 weeks"
|
||||||
paths:
|
paths:
|
||||||
|
Loading…
Reference in New Issue
Block a user