mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-22 08:09:43 +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:
|
tags:
|
||||||
- macos
|
- macos
|
||||||
- xcode
|
- xcode
|
||||||
|
except:
|
||||||
|
- branches
|
||||||
stage: build
|
stage: build
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
|
@ -45,10 +47,12 @@ MacOS:
|
||||||
paths:
|
paths:
|
||||||
- build/OpenMW-*.dmg
|
- build/OpenMW-*.dmg
|
||||||
|
|
||||||
Win10:
|
Windows:
|
||||||
tags:
|
tags:
|
||||||
- win10
|
- win10
|
||||||
- msvc2017
|
- msvc2017
|
||||||
|
only:
|
||||||
|
- branches
|
||||||
stage: build
|
stage: build
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue