From 8c54fd70afddbcfa03f43636152a418b91493540 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 3 Jan 2019 15:55:17 +0100 Subject: [PATCH] [gitlab-ci] Fix builds --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d493bdab..276a0ec8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,8 @@ stages: - x64 before_script: - "echo off" - - 'call "%VS140COMNTOOLS%\..\..\VC\bin\amd64\vcvars64.bat"' - - set CMAKE_GENERATOR=Visual Studio 14 2015 Win64 + - 'call "%VS2017INSTALLDIR%\VC\Auxiliary\Build\vcvars64"' + - set CMAKE_GENERATOR=Visual Studio 15 2017 Win64 - set CI_DIR=C:\ci\%CI_PIPELINE_ID% - set NETGEN_BUILD_DIR=%CI_DIR%\build - set INSTALL_DIR=%CI_DIR%\install