From da5d7afe22f3275907a15be51f5ab6622bc3c4fa Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Wed, 27 Jun 2018 13:25:23 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5fa5cafc9..acc3b880f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,14 +54,11 @@ Win10: script: - 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: paths: - - C:\projects\openmw\deps\* + - deps artifacts: paths: - "*/OpenMW*.exe"