mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-11-04 21:16:56 +01:00
update qt
This commit is contained in:
parent
e291cc1941
commit
c498dd5b77
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ stages:
|
|||
|
||||
LuaEngine Windows:
|
||||
stage: runtime
|
||||
image: syping/qt5-shared-llvm-mingw:5.12.8
|
||||
image: syping/qt5-shared-llvm-mingw:5.15.0
|
||||
variables:
|
||||
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
||||
script:
|
||||
|
@ -63,7 +63,7 @@ LuaEngine Debian armhf:
|
|||
|
||||
LuaEngine PE Windows:
|
||||
stage: portable
|
||||
image: syping/qt5-static-llvm-mingw:5.12.8
|
||||
image: syping/qt5-static-llvm-mingw:5.15.0
|
||||
variables:
|
||||
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
||||
script:
|
||||
|
@ -79,7 +79,7 @@ LuaEngine PE Windows:
|
|||
|
||||
LuaEngine Setup:
|
||||
stage: deploy
|
||||
image: syping/qt5-shared-llvm-mingw:5.12.8
|
||||
image: syping/qt5-shared-llvm-mingw:5.15.0
|
||||
script:
|
||||
- apt-get update -qq
|
||||
- apt-get install nsis -qq
|
||||
|
|
Loading…
Reference in a new issue