Skip to content

Commit

Permalink
add Chisel Blink test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Nov 20, 2020
1 parent 8ca346c commit f2af2f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,12 @@ echo '::group::Migen Blink (expanded) example for PVT board'
rm -rf build
)
echo '::endgroup::'

echo '::group::Chisel Blink example'
(
set -x
cd chisel/blink
make FOMU_REV=pvt
file blink.dfu
)
echo '::endgroup::'

0 comments on commit f2af2f0

Please sign in to comment.