diff options
author | Derek <dschmell91@gmail.com> | 2020-08-15 16:57:06 -0400 |
---|---|---|
committer | Derek <dschmell91@gmail.com> | 2020-08-15 16:57:06 -0400 |
commit | c44693cd4822c4a90b828aad3619987af2e94447 (patch) | |
tree | d32060e823a7240bb7db32bbd5222839b77813a0 /.github/workflows | |
parent | dd165c68296a9ddf915a1f1681dc15995282ccea (diff) |
Update build.yml
Updated workflow to include new board and shield
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5eb7971..3fa91e5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: name: Build Test strategy: matrix: - board: [proton_c, nice_nano] + board: [proton_c, nice_nano, bluemicro52840_v1] shield: - corne_left - corne_right @@ -16,6 +16,8 @@ jobs: - kyria_right - lily58_left - lily58_right + - splitreus62_left + - splitreus62_right include: - board: proton_c shield: clueboard_california |