Skip to content

Commit

Permalink
test 001 github workflow matrix (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter authored May 14, 2020
1 parent 7589952 commit 564839f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
jobs:
build:
strategy:
max-parallel: 1
max-parallel: 3
matrix:
targets: [targets-group-1, targets-group-2, targets-group-rest]
runs-on: ubuntu-latest
steps:

Expand Down Expand Up @@ -53,7 +55,7 @@ jobs:

- name: Compile Code
run: |
make all
make ${{ matrix.targets }}
- name: Store Artifacts
uses: actions/upload-artifact@v2-preview
Expand Down

0 comments on commit 564839f

Please sign in to comment.