Skip to content

Commit

Permalink
Add some more delineation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 13, 2015
1 parent 44001dd commit ec3091f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .travis/run.sh
Expand Up @@ -10,18 +10,31 @@ TARGETS="base hdmi2usb"

for BOARD in $BOARDS; do
for TARGET in $TARGETS; do
echo ""
echo ""
echo ""
echo "============================================="
echo "- $BOARD $TARGET"
echo "============================================="
echo ""
echo "- make help"
echo "---------------------------------------------"
echo "- make help ---------------------------------"
BOARD=$BOARD TARGET=$TARGET make help

# FIXME: Add ability to compile gateware.

echo "- make firmware -----------------------------"
echo ""
echo ""
echo ""
echo "- make firmware"
echo "---------------------------------------------"
BOARD=$BOARD TARGET=$TARGET make firmware

echo "- make clean --------------------------------"
echo ""
echo ""
echo ""
echo "- make clean"
echo "---------------------------------------------"
BOARD=$BOARD TARGET=$TARGET make clean
echo "============================================="
done
Expand Down

0 comments on commit ec3091f

Please sign in to comment.