From 6751a7991d02258c784dfd2f97c40270f4f380e0 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 27 Jun 2018 12:36:12 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39fd1681e..5fa5cafc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,11 +52,11 @@ Win10: stage: build allow_failure: true script: - # - sh rm -fr build/* # remove anything in the build directory - - sh env - - sh pwd - - sh echo $CI_PROJECT_DIR - - sh echo %CI_PROJECT_DIR% + - rm -fr build/* # remove anything in the build directory + - env + - pwd + - echo $CI_PROJECT_DIR + - echo %CI_PROJECT_DIR% - sh %CI_PROJECT_DIR%/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: