Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zx-ecco authored Dec 12, 2024
1 parent f4bee38 commit 0c2b278
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# pass flags to the build command, `snippet` to add a Zephyr snippet, and
# `artifact-name` to assign a name to distinguish build outputs from each other:
#
# board: [ "nice_nano_v2" ]
# shield: [ "corne_left", "corne_right" ]
board: [ "nice_nano_v2" ]
shield: [ "swweeep_left", "swweeep_right" ]
# include:
# - board: bdn9_rev2
# - board: nice_nano_v2
Expand All @@ -18,3 +18,8 @@
# artifact-name: corne_left_with_studio
#
---
include:
- board: nice_nano_v2
shield: swweeep_left nice_view_adapter nice_view
- board: nice_nano_v2
shield: swweeep_right nice_view_adapter nice_view

0 comments on commit 0c2b278

Please sign in to comment.