Skip to content

Commit

Permalink
limit matrix to 1
Browse files Browse the repository at this point in the history
SW-46

w

ew

SW-46
  • Loading branch information
loki077 committed Jan 10, 2024
1 parent e3ba5df commit 70321f0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/cx_build_compare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,8 @@ jobs:
strategy:
fail-fast: false # don't cancel if a job from the matrix fails
matrix:
toolchain: [
chibios,
#chibios-clang,
]
gcc: [10]
exclude:
- gcc: 10
toolchain: chibios-clang
board: ["CarbonixCubeOrange", "Volanti-M2", "Volanti-M3", "Volanti-M4", "Volanti-M5", "Volanti-LWing", "Volanti-RWing", "Volanti-LTail", "Volanti-RTail", "Ottano-M1", "Ottano-M2", "Ottano-M3", "Ottano-M4", "Ottano-M5", "Ottano-LWing", "Ottano-RWing", "Ottano-LTail", "Ottano-RTail"]
max-parallel: 1

steps:
# git checkout the PR
Expand Down Expand Up @@ -122,7 +115,8 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.board }}
path: $GITHUB_WORKSPACE/${{ matrix.board }}
path: ${{ github.workspace }}/${{ matrix.board }}
if-no-files-found: warn

- name: Compare build outputs
shell: bash
Expand Down

0 comments on commit 70321f0

Please sign in to comment.