mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Merge pull request #2133 from heinrich5991/pr_ddnet_ci_dont_fail_fast
Don't fail bors on macOS CI
This commit is contained in:
commit
45b9f72bdc
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
@ -6,6 +6,7 @@ jobs:
|
||||||
build-cmake:
|
build-cmake:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-16.04]
|
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-16.04]
|
||||||
include:
|
include:
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
status = [
|
status = [
|
||||||
"build-cmake (ubuntu-latest)",
|
"build-cmake (ubuntu-latest)",
|
||||||
"build-cmake (ubuntu-16.04)",
|
"build-cmake (ubuntu-16.04)",
|
||||||
"build-cmake (macOS-latest)",
|
|
||||||
"build-cmake (windows-latest)",
|
"build-cmake (windows-latest)",
|
||||||
]
|
]
|
||||||
timeout_sec = 10800 # macOS on Travis CI has long waiting times
|
|
||||||
|
|
Loading…
Reference in a new issue