forked from teamnwah/openmw-tes3coop
Update .gitlab-ci.yml
This commit is contained in:
parent
6751a7991d
commit
da5d7afe22
1 changed files with 1 additions and 4 deletions
|
@ -54,14 +54,11 @@ Win10:
|
||||||
script:
|
script:
|
||||||
- rm -fr build/* # remove anything in the build directory
|
- rm -fr build/* # remove anything in the build directory
|
||||||
- env
|
- 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
|
- 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:
|
||||||
- C:\projects\openmw\deps\*
|
- deps
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "*/OpenMW*.exe"
|
- "*/OpenMW*.exe"
|
||||||
|
|
Loading…
Reference in a new issue