From 290481604923802c91aa1d5fcb022ecb57ac8abc Mon Sep 17 00:00:00 2001 From: schultz Date: Wed, 23 May 2018 14:23:59 +0200 Subject: [PATCH] removed 32bit builds with apps for VS2017, as Qt does not provide binariews for VS2017 32 bit --- .gitlab-ci.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62d94510..95d8d1d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,35 +43,6 @@ cppcheck: artifacts: paths: - cppcheck.log - -VS2017-32-bit-shared-apps: - variables: - BUILD_PLATFORM: "VS2017" - ARCHITECTURE: "x32" - SHARED: "TRUE" - APPS: "ON" - script: "CI\\Windows.bat" - tags: - - VS2017 - - Qt5101 - artifacts: - paths: - - build-release/*.exe - -VS2017-32-bit-static-apps: - variables: - BUILD_PLATFORM: "VS2017" - ARCHITECTURE: "x32" - SHARED: "FALSE" - APPS: "ON" - script: "CI\\Windows.bat" - tags: - - VS2017 - - Qt5101 - artifacts: - paths: - - build-release/*.exe - VS2017-64-bit-shared-apps: variables: