Update .gitlab-ci.yml
This commit is contained in:
parent
1232297fa5
commit
19ea5276ba
|
@ -22,7 +22,7 @@ build-appimage:
|
||||||
before_script:
|
before_script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
script:
|
script:
|
||||||
- sh /opt/qt511/bin/qt511-env.sh
|
- /opt/qt511/bin/qt511-env.sh
|
||||||
- /opt/qt511/bin/qmake CONFIG+=release PREFIX=deploy
|
- /opt/qt511/bin/qmake CONFIG+=release PREFIX=deploy
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
|
|
Loading…
Reference in New Issue