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 fe32d97
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis/run.sh
Expand Up @@ -10,18 +10,25 @@ TARGETS="base hdmi2usb"

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

# FIXME: Add ability to compile gateware.

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

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

0 comments on commit fe32d97

Please sign in to comment.