see if we can get win10 going

fix/skillcap
Bret Curtis 6 years ago
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…
Cancel
Save