From 6d1a83e667554f49d003f89ae011e473712e9be2 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 27 Jun 2018 12:10:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e4242e3f56..7aba228db4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,6 +53,7 @@ Win10: allow_failure: true script: - rm -fr build/* # remove anything in the build directory + - cd $CI_PROJECT_DIR/openmw - CI/before_script.msvc.sh -c Release -p x64 -v 2017 -V - msbuild MSVC2017_64\OpenMW.sln /t:Build /p:Configuration=Release /m:2 cache: