From cdc3d7ce11d7ec6fd820d08817bd781f461250f0 Mon Sep 17 00:00:00 2001 From: Martin Beseda <martin.beseda@vsb.cz> Date: Tue, 2 Apr 2019 17:28:08 +0200 Subject: [PATCH] [WIP] [Windows] Testing Win VS2015 runner --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 02856833..de45f546 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ win_visual_studio_2015_static_local_deps: stage: build before_script: - - call VsDevCmd.bat +# - call VsDevCmd.bat - set DEPENDENCIES_LINK_TYPE=static - set clean_after=yes - set BUILD_LIB=yes -- GitLab