1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Remove cqtdeployer

This commit is contained in:
Elias Steurer 2022-02-17 18:20:27 +01:00
parent 907658261e
commit 1095cfb330

View File

@ -6,9 +6,8 @@ stages:
variables:
GIT_STRATEGY: clone
QT_VERSION: "6.2.3"
PYTHON_VERSION: "3.10.1"
CQTDEPLOYER_URL: "https://github.com/QuasarApp/CQtDeployer/releases/download/1.5.4.10/CQtDeployer_1.5.4.10_Linux_x86_64.deb"
QT_VERSION: 6.2.3
PYTHON_VERSION: 3.10.1
check:
stage: check
@ -147,9 +146,6 @@ build:linux_release:
- pip3 install aqtinstall
- aqt install-qt -O ../aqt linux desktop $QT_VERSION gcc_64 -m all
- aqt install-tool -O ../aqt linux desktop tools_ifw
- curl -OL $CQTDEPLOYER_URL
- chmod +x ./CQtDeployer_*.deb
- apt install ./CQtDeployer_*.deb -y
- cd Tools
- python3 setup.py
- python3 build.py -type release -steam -use-aqt -installer
@ -289,9 +285,6 @@ release:linux_standalone:
- pip3 install aqtinstall
- aqt install-qt -O ../aqt linux desktop $QT_VERSION gcc_64 -m all
- aqt install-tool -O ../aqt linux desktop tools_ifw
- curl -OL $CQTDEPLOYER_URL
- chmod +x ./CQtDeployer_*.deb
- apt install ./CQtDeployer_*.deb -y
- cd Tools
- python3 setup.py
- python3 build.py -type release -installer -use-aqt