1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

give %% a try

This commit is contained in:
Bret Curtis 2018-06-27 12:15:29 +00:00
parent 6d1a83e667
commit 0105a48a4f

View File

@ -53,7 +53,7 @@ Win10:
allow_failure: true allow_failure: true
script: script:
- rm -fr build/* # remove anything in the build directory - rm -fr build/* # remove anything in the build directory
- cd $CI_PROJECT_DIR/openmw - cd %CI_PROJECT_DIR%/openmw
- CI/before_script.msvc.sh -c Release -p x64 -v 2017 -V - 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: