mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-12-22 11:55:29 +01:00
Update Qt to 5.12.6
This commit is contained in:
parent
df642d7411
commit
c381d82973
1 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ stages:
|
||||||
|
|
||||||
LuaEngine Windows:
|
LuaEngine Windows:
|
||||||
stage: build
|
stage: build
|
||||||
image: syping/qt5-shared-mingw-openssl:5.12.5
|
image: syping/qt5-shared-mingw-openssl:5.12.6
|
||||||
variables:
|
variables:
|
||||||
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
||||||
script:
|
script:
|
||||||
|
@ -62,7 +62,7 @@ LuaEngine Debian arm64:
|
||||||
|
|
||||||
LuaEngine PE Windows:
|
LuaEngine PE Windows:
|
||||||
stage: build
|
stage: build
|
||||||
image: syping/qt5-static-mingw-openssl:5.12.5
|
image: syping/qt5-static-mingw-openssl:5.12.6
|
||||||
variables:
|
variables:
|
||||||
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
||||||
script:
|
script:
|
||||||
|
@ -78,7 +78,7 @@ LuaEngine PE Windows:
|
||||||
|
|
||||||
LuaEngine Setup:
|
LuaEngine Setup:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: syping/qt5-shared-mingw-openssl:5.12.5
|
image: syping/qt5-shared-mingw-openssl:5.12.6
|
||||||
script:
|
script:
|
||||||
- apt-get update -qq
|
- apt-get update -qq
|
||||||
- apt-get install nsis -qq
|
- apt-get install nsis -qq
|
||||||
|
|
Loading…
Reference in a new issue