1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-03 17:37:18 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Bret Curtis 2018-06-27 13:25:23 +00:00
parent 6751a7991d
commit da5d7afe22

View File

@ -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"