1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Update .gitlab-ci.yml

This commit is contained in:
Bret Curtis 2018-06-27 12:36:12 +00:00
parent 2d5f71e5be
commit 6751a7991d

View File

@ -52,11 +52,11 @@ Win10:
stage: build stage: build
allow_failure: true allow_failure: true
script: script:
# - sh rm -fr build/* # remove anything in the build directory - rm -fr build/* # remove anything in the build directory
- sh env - env
- sh pwd - pwd
- sh echo $CI_PROJECT_DIR - echo $CI_PROJECT_DIR
- sh echo %CI_PROJECT_DIR% - echo %CI_PROJECT_DIR%
- sh %CI_PROJECT_DIR%/CI/before_script.msvc.sh -c Release -p x64 -v 2017 -V - 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 - msbuild MSVC2017_64\OpenMW.sln /t:Build /p:Configuration=Release /m:2
cache: cache: