Skip to content

Commit

Permalink
.github: add CubeNode-ETH build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator authored and peterbarker committed Nov 15, 2024
1 parent 37cfe71 commit 44ef597
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tools/scripts/build_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ for t in $CI_BUILD_TARGET; do
$waf configure --board FreeflyRTK
$waf clean
$waf AP_Periph
echo "Building CubeNode-ETH peripheral fw"
$waf configure --board CubeNode-ETH
$waf clean
$waf AP_Periph
continue
fi

Expand Down

0 comments on commit 44ef597

Please sign in to comment.