mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-19 19:39:41 +00:00
try limiting scope
This commit is contained in:
parent
06216aa124
commit
d3dfe17441
1 changed files with 5 additions and 1 deletions
|
@ -34,6 +34,8 @@ MacOS:
|
|||
tags:
|
||||
- macos
|
||||
- xcode
|
||||
except:
|
||||
- branches
|
||||
stage: build
|
||||
allow_failure: true
|
||||
script:
|
||||
|
@ -45,10 +47,12 @@ MacOS:
|
|||
paths:
|
||||
- build/OpenMW-*.dmg
|
||||
|
||||
Win10:
|
||||
Windows:
|
||||
tags:
|
||||
- win10
|
||||
- msvc2017
|
||||
only:
|
||||
- branches
|
||||
stage: build
|
||||
allow_failure: true
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue