mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 08:23:53 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
0105a48a4f
commit
218353e452
1 changed files with 4 additions and 1 deletions
|
@ -53,7 +53,10 @@ 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
|
- 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
|
- 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:
|
||||||
|
|
Loading…
Reference in a new issue