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