diff options
| author | Limor "Ladyada" Fried <limor@ladyada.net> | 2019-10-23 18:01:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-23 18:01:09 -0400 |
| commit | 51c7bb71184021e726e308e35ed47cce952b2df9 (patch) | |
| tree | 7864acdf94c9f92f24fc996b7e3f2f642e7ab2e5 /.github/workflows | |
| parent | af1fab1915048a62695dfa988f115b606c5d297b (diff) | |
| parent | 673d2fb4b7c5e077fc5579af1d249438d17d93ad (diff) | |
Merge pull request #2241 from sparkfun/master
Adds builds for sparkfun_qwiic_micro with and without flash
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8af91d0a..1a9c8bca1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -142,6 +142,8 @@ jobs: - "snekboard" - "sparkfun_lumidrive" - "sparkfun_nrf52840_mini" + - "sparkfun_qwiic_micro_no_flash" + - "sparkfun_qwiic_micro_with_flash" - "sparkfun_redboard_turbo" - "sparkfun_samd21_dev" - "sparkfun_samd21_mini" |
