mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-04-01 20:06:41 +00:00
# because our CI VMs are not public, MRs can't use them and timeout
This commit is contained in:
parent
d3dfe17441
commit
9b6ea0e89f
1 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ MacOS:
|
||||||
- macos
|
- macos
|
||||||
- xcode
|
- xcode
|
||||||
except:
|
except:
|
||||||
- branches
|
- branches # because our CI VMs are not public, MRs can't use them and timeout
|
||||||
stage: build
|
stage: build
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
|
@ -51,8 +51,8 @@ Windows:
|
||||||
tags:
|
tags:
|
||||||
- win10
|
- win10
|
||||||
- msvc2017
|
- msvc2017
|
||||||
only:
|
except:
|
||||||
- branches
|
- branches # because our CI VMs are not public, MRs can't use them and timeout
|
||||||
stage: build
|
stage: build
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue