Update Qt to 5.12.8

This commit is contained in:
Syping 2020-04-11 22:47:45 +02:00
parent 5a25a1cf09
commit 8091a092ab

View file

@ -5,7 +5,7 @@ stages:
LuaEngine Windows: LuaEngine Windows:
stage: runtime stage: runtime
image: syping/qt5-shared-mingw-openssl:5.12.7 image: syping/qt5-shared-mingw-openssl:5.12.8
variables: variables:
QT_SELECT: "qt5-x86_64-w64-mingw32" QT_SELECT: "qt5-x86_64-w64-mingw32"
script: script:
@ -63,7 +63,7 @@ LuaEngine Debian armhf:
LuaEngine PE Windows: LuaEngine PE Windows:
stage: portable stage: portable
image: syping/qt5-static-mingw-openssl:5.12.7 image: syping/qt5-static-mingw-openssl:5.12.8
variables: variables:
QT_SELECT: "qt5-x86_64-w64-mingw32" QT_SELECT: "qt5-x86_64-w64-mingw32"
script: script:
@ -79,7 +79,7 @@ LuaEngine PE Windows:
LuaEngine Setup: LuaEngine Setup:
stage: deploy stage: deploy
image: syping/qt5-shared-mingw-openssl:5.12.7 image: syping/qt5-shared-mingw-openssl:5.12.8
script: script:
- apt-get update -qq - apt-get update -qq
- apt-get install nsis -qq - apt-get install nsis -qq