mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2024-12-22 11:55:29 +01:00
Qt 5.15.0 with DirectWrite patch
This commit is contained in:
parent
8dfd5b9455
commit
ea95d7fc10
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ stages:
|
||||||
|
|
||||||
LuaEngine Windows:
|
LuaEngine Windows:
|
||||||
stage: runtime
|
stage: runtime
|
||||||
image: syping/qt5-shared-llvm-mingw:5.12.9
|
image: syping/qt5-shared-llvm-mingw:5.15.0
|
||||||
variables:
|
variables:
|
||||||
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
||||||
script:
|
script:
|
||||||
|
@ -50,7 +50,7 @@ LuaEngine Debian amd64:
|
||||||
|
|
||||||
LuaEngine PE Windows:
|
LuaEngine PE Windows:
|
||||||
stage: portable
|
stage: portable
|
||||||
image: syping/qt5-static-llvm-mingw:5.12.9
|
image: syping/qt5-static-llvm-mingw:5.15.0
|
||||||
variables:
|
variables:
|
||||||
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
QT_SELECT: "qt5-x86_64-w64-mingw32"
|
||||||
script:
|
script:
|
||||||
|
@ -67,7 +67,7 @@ LuaEngine PE Windows:
|
||||||
|
|
||||||
LuaEngine Setup:
|
LuaEngine Setup:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: syping/qt5-shared-llvm-mingw:5.12.9
|
image: syping/qt5-shared-llvm-mingw:5.15.0
|
||||||
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