diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 060339215ec6e4a205508cdbf26598e131729357..9cc5e15c901ac7ab86ad23c47e384c1e44af0b80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,28 +60,28 @@ VS2017-64-bit-shared-apps: variables: SHARED: "TRUE" APPS: "ON" - <<: *VS2017_x64 + <<: *VS2017_x64 VS2017-64-bit-static-apps: variables: SHARED: "FALSE" APPS: "ON" - <<: *VS2017_x64 + <<: *VS2017_x64 VS2017-64-bit-shared-no-apps: variables: SHARED: "TRUE" APPS: "OFF" - <<: *VS2017_x64 + <<: *VS2017_x64 VS2017-64-bit-static-no-apps: variables: SHARED: "FALSE" APPS: "OFF" - <<: *VS2017_x64 + <<: *VS2017_x64 VS2017-32-bit-shared-no-apps: