Merge pull request #2133 from heinrich5991/pr_ddnet_ci_dont_fail_fast

Don't fail bors on macOS CI
This commit is contained in:
Dennis Felsing 2020-04-10 21:40:36 +02:00 committed by GitHub
commit 45b9f72bdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -6,6 +6,7 @@ jobs:
build-cmake:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest, ubuntu-16.04]
include:

View file

@ -1,7 +1,5 @@
status = [
"build-cmake (ubuntu-latest)",
"build-cmake (ubuntu-16.04)",
"build-cmake (macOS-latest)",
"build-cmake (windows-latest)",
]
timeout_sec = 10800 # macOS on Travis CI has long waiting times