Skip to content

Commit

Permalink
Adding hdmi2ethernet target for Atlys back.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Sep 14, 2015
1 parent a84fe13 commit 2b06ad2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis/run.sh
Expand Up @@ -6,16 +6,22 @@ set +x
set -e

BOARDS="atlys opsis"
TARGETS="base hdmi2usb"

for BOARD in $BOARDS; do
TARGETS="base hdmi2usb"
# FIXME: Get hdmi2ethernet working on the Opsis
if [ "$BOARD" = "atlys" ]; then
TARGETS="$TARGET hdmi2ethernet"
fi

for TARGET in $TARGETS; do
echo ""
echo ""
echo ""
echo "============================================="
echo "- $BOARD $TARGET"
echo "============================================="
# Output the commands available to make it easier to debug.
echo ""
echo "- make help"
echo "---------------------------------------------"
Expand Down

0 comments on commit 2b06ad2

Please sign in to comment.