mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 18:19:55 +00:00
see if we can get win10 going
This commit is contained in:
parent
87d9a4ff0b
commit
1fdffd6ef9
1 changed files with 18 additions and 1 deletions
|
@ -44,3 +44,20 @@ MacOS:
|
|||
artifacts:
|
||||
paths:
|
||||
- build/OpenMW-*.dmg
|
||||
|
||||
Win10:
|
||||
tags:
|
||||
- win10
|
||||
- msvc2017
|
||||
stage: build
|
||||
allow_failure: true
|
||||
script:
|
||||
- rm -fr build/* # remove anything in the build directory
|
||||
- CI/before_script.msvc.sh -c Release -p x64 -v 2017 -V
|
||||
- msbuild MSVC2017_64\OpenMW.sln /t:Build /p:Configuration=Release /m:2
|
||||
cache:
|
||||
paths:
|
||||
- C:\projects\openmw\deps\*
|
||||
artifacts:
|
||||
paths:
|
||||
- */OpenMW*.exe
|
||||
|
|
Loading…
Reference in a new issue