mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 00:28:08 -04:00
see if we can get win10 going
This commit is contained in:
parent
87d9a4ff0b
commit
1fdffd6ef9
@ -43,4 +43,21 @@ MacOS:
|
|||||||
- cd build; make -j2 package
|
- cd build; make -j2 package
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/OpenMW-*.dmg
|
- 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…
x
Reference in New Issue
Block a user