From ea95d7fc10e79ec04f4c5e3fc89b4d26584e5a8e Mon Sep 17 00:00:00 2001 From: Syping Date: Sat, 1 Aug 2020 11:40:38 +0200 Subject: [PATCH] Qt 5.15.0 with DirectWrite patch --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27ca900..c11e2dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ stages: LuaEngine Windows: stage: runtime - image: syping/qt5-shared-llvm-mingw:5.12.9 + image: syping/qt5-shared-llvm-mingw:5.15.0 variables: QT_SELECT: "qt5-x86_64-w64-mingw32" script: @@ -50,7 +50,7 @@ LuaEngine Debian amd64: LuaEngine PE Windows: stage: portable - image: syping/qt5-static-llvm-mingw:5.12.9 + image: syping/qt5-static-llvm-mingw:5.15.0 variables: QT_SELECT: "qt5-x86_64-w64-mingw32" script: @@ -67,7 +67,7 @@ LuaEngine PE Windows: LuaEngine Setup: stage: deploy - image: syping/qt5-shared-llvm-mingw:5.12.9 + image: syping/qt5-shared-llvm-mingw:5.15.0 script: - apt-get update -qq - apt-get install nsis -qq