Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Put the board/target in the make header too.
  • Loading branch information
mithro committed Sep 14, 2015
1 parent ed59853 commit cb9ddb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/run.sh
Expand Up @@ -23,7 +23,7 @@ for BOARD in $BOARDS; do
echo "============================================="
# Output the commands available to make it easier to debug.
echo ""
echo "- make help"
echo "- make help ($BOARD $TARGET)"
echo "---------------------------------------------"
BOARD=$BOARD TARGET=$TARGET make help

Expand All @@ -32,14 +32,14 @@ for BOARD in $BOARDS; do
echo ""
echo ""
echo ""
echo "- make firmware"
echo "- make firmware ($BOARD $TARGET)"
echo "---------------------------------------------"
BOARD=$BOARD TARGET=$TARGET make firmware

echo ""
echo ""
echo ""
echo "- make clean"
echo "- make clean ($BOARD $TARGET)"
echo "---------------------------------------------"
BOARD=$BOARD TARGET=$TARGET make clean
echo "============================================="
Expand Down

0 comments on commit cb9ddb8

Please sign in to comment.