From 2ecce84d49b9bd776411905e6ae405d87c28d238 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Wed, 22 Jun 2016 13:27:26 +0200 Subject: [PATCH] enable builds and tests for Windows --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef64c831..515ecf97 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,7 +79,7 @@ stages: -DCMAKE_CXX_FLAGS_RELEASE="/W0" - cmake --build . --target INSTALL --config Release -.build_netgen_win32: +build_netgen_win32: <<: *win32 <<: *tbuild_netgen_win cache: @@ -88,7 +88,7 @@ stages: - src/ key: "netgen_win32" -.build_netgen_win64: +build_netgen_win64: <<: *win64 <<: *tbuild_netgen_win cache: @@ -137,7 +137,7 @@ build_ubuntu_1604: - src/ key: "netgen_win32" -.test_netgen_win64: +test_netgen_win64: <<: *win64 <<: *ttest_netgen_win cache: