mirror of
https://github.com/catchorg/Catch2.git
synced 2025-04-27 19:35:43 +02:00
Don't fail CI fast
This commit is contained in:
parent
edb6f80867
commit
ec571515c8
1
.github/workflows/linux-bazel-builds.yml
vendored
1
.github/workflows/linux-bazel-builds.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
|||||||
name: Linux Ubuntu 22.04 Bazel build <GCC 11.2.0>
|
name: Linux Ubuntu 22.04 Bazel build <GCC 11.2.0>
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
compilation_mode: [fastbuild, dbg, opt]
|
compilation_mode: [fastbuild, dbg, opt]
|
||||||
|
|
||||||
|
1
.github/workflows/linux-meson-builds.yml
vendored
1
.github/workflows/linux-meson-builds.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
|||||||
name: meson ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
|
name: meson ${{matrix.cxx}}, C++${{matrix.std}}, ${{matrix.build_type}}
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
cxx:
|
cxx:
|
||||||
- g++-11
|
- g++-11
|
||||||
|
1
.github/workflows/mac-builds-m1.yml
vendored
1
.github/workflows/mac-builds-m1.yml
vendored
@ -6,6 +6,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
cxx:
|
cxx:
|
||||||
- clang++
|
- clang++
|
||||||
|
1
.github/workflows/mac-builds.yml
vendored
1
.github/workflows/mac-builds.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
# the Intel based images for free to OSS projects.
|
# the Intel based images for free to OSS projects.
|
||||||
runs-on: macos-13
|
runs-on: macos-13
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
cxx:
|
cxx:
|
||||||
- clang++
|
- clang++
|
||||||
|
1
.github/workflows/windows-simple-builds.yml
vendored
1
.github/workflows/windows-simple-builds.yml
vendored
@ -7,6 +7,7 @@ jobs:
|
|||||||
name: ${{matrix.os}}, ${{matrix.std}}, ${{matrix.build_type}}, ${{matrix.platform}}
|
name: ${{matrix.os}}, ${{matrix.std}}, ${{matrix.build_type}}, ${{matrix.platform}}
|
||||||
runs-on: ${{matrix.os}}
|
runs-on: ${{matrix.os}}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2019, windows-2022]
|
os: [windows-2019, windows-2022]
|
||||||
platform: [Win32, x64]
|
platform: [Win32, x64]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user