From edd22342f23507997796ba725bbc157e6ebfeb94 Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 27 Jun 2018 12:32:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 742d663c0..c2c6a8e49 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,12 +52,12 @@ Win10: stage: build allow_failure: true script: - - rm -fr build/* # remove anything in the build directory - - echo pwd - - echo $CI_PROJECT_DIR - - ls -al $CI_PROJECT_DIR - - cd $CI_PROJECT_DIR - - CI/before_script.msvc.sh -c Release -p x64 -v 2017 -V + - sh rm -fr build/* # remove anything in the build directory + - sh env + - sh pwd + - sh echo $CI_PROJECT_DIR + - sh 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: paths: