mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-20 15:40:32 +00: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
|
||||
artifacts:
|
||||
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