From d7fc167f0cd9e1aae47b6e00eb75c9c4d8b1bbd9 Mon Sep 17 00:00:00 2001 From: Martin Schultz Date: Wed, 23 May 2018 16:42:40 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 06033921..9cc5e15c 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: -- GitLab