1
0
Fork 1
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:
Bret Curtis 2018-06-27 13:57:51 +02:00
parent 87d9a4ff0b
commit 1fdffd6ef9

View file

@ -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