diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-06-26 11:33:41 -0400 | 
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-26 11:33:41 -0400 | 
| commit | 185f9be6ab5802e736906cb134ee06f05230ceac (patch) | |
| tree | 98b042ee33cdd2dcfb719174ab9aeb9ac965c434 /.github/workflows/build.yml | |
| parent | 2eb6fbd5a282b958239a760407acf8ebfadcdd89 (diff) | |
Tweak to use a better set of shields for build.
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b2aa0c..9b0ba5e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,7 @@ jobs:      strategy:        matrix:          board: [proton_c, nice_nano] +        shield: [clueboard_california, kyria]      steps:        # To use this repository's private action,        # you must check out the repository @@ -53,7 +54,7 @@ jobs:          uses: "docker://zmkfirmware/zephyr-west-action-arm:latest"          id: west-build          with: -          args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=petejohanson_proton_handwire"' +          args: 'build "-s app -b ${{ matrix.board }} -- -DSHIELD=${{ matrix.shield }}"'        - name: Archive Build          uses: actions/upload-artifact@v2          if: ${{ matrix.board == 'nice_nano' }} | 
