1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2026-09-19 09:51:28 +03:00

Merge pull request #2291 from chipitsine/79d56ae5-a85d-4913-87ff-3981f1b5e0ec

ci: do not fail on single matrix build failure
This commit is contained in:
Ilya Shipitsin
2026-08-14 11:33:34 +02:00
committed by GitHub
4 changed files with 4 additions and 0 deletions
+1
View File
@@ -13,6 +13,7 @@ permissions:
jobs: jobs:
build_and_test: build_and_test:
strategy: strategy:
fail-fast: false
matrix: matrix:
cc: [ gcc, clang ] cc: [ gcc, clang ]
name: ${{ matrix.cc }} name: ${{ matrix.cc }}
+1
View File
@@ -6,6 +6,7 @@ permissions:
jobs: jobs:
build_and_test: build_and_test:
strategy: strategy:
fail-fast: false
matrix: matrix:
os: [macos-26, macos-15, macos-14] os: [macos-26, macos-15, macos-14]
name: ${{ matrix.os }} name: ${{ matrix.os }}
+1
View File
@@ -6,6 +6,7 @@ permissions:
jobs: jobs:
build_and_test: build_and_test:
strategy: strategy:
fail-fast: false
matrix: matrix:
platform: [ platform: [
{ ARCHITECTURE: x86, VCPKG_TRIPLET: "x86-windows-static", RUNNER: "windows-latest", CMAKE_EXTRA_FLAGS: ""}, { ARCHITECTURE: x86, VCPKG_TRIPLET: "x86-windows-static", RUNNER: "windows-latest", CMAKE_EXTRA_FLAGS: ""},
+1
View File
@@ -29,6 +29,7 @@ jobs:
runs-on: ${{ matrix.platform.RUNNER }} runs-on: ${{ matrix.platform.RUNNER }}
needs: ["release"] needs: ["release"]
strategy: strategy:
fail-fast: false
matrix: matrix:
platform: [ platform: [
{ ARCHITECTURE: x86, VCPKG_TRIPLET: "x86-windows-static", RUNNER: "windows-latest", CMAKE_EXTRA_FLAGS: ""}, { ARCHITECTURE: x86, VCPKG_TRIPLET: "x86-windows-static", RUNNER: "windows-latest", CMAKE_EXTRA_FLAGS: ""},