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 d9f801f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/run.sh
Expand Up @@ -13,15 +13,15 @@ for BOARD in $BOARDS; do
echo "============================================="
echo "- $BOARD $TARGET"
echo "---------------------------------------------"
echo "- make help ---------------------------------"
echo "\n\n\n- make help ---------------------------------"
BOARD=$BOARD TARGET=$TARGET make help

# FIXME: Add ability to compile gateware.

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

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

0 comments on commit d9f801f

Please sign in to comment.