mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 11:09:43 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
218353e452
commit
edd22342f2
1 changed files with 6 additions and 6 deletions
|
@ -52,12 +52,12 @@ Win10:
|
||||||
stage: build
|
stage: build
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- rm -fr build/* # remove anything in the build directory
|
- sh rm -fr build/* # remove anything in the build directory
|
||||||
- echo pwd
|
- sh env
|
||||||
- echo $CI_PROJECT_DIR
|
- sh pwd
|
||||||
- ls -al $CI_PROJECT_DIR
|
- sh echo $CI_PROJECT_DIR
|
||||||
- cd $CI_PROJECT_DIR
|
- sh echo %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:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue