Skip to content

Commit

Permalink
travis: Skip if platform output doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
mithro committed Jul 22, 2017
1 parent 25605a0 commit e362df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,9 @@ if [ ! -z "$PREBUILT_DIR" ]; then
echo "---------------------------------------------"
for PLATFORM in $PLATFORMS; do
(
if [ ! -d "$PLATFORM/firmware" ]; then
continue
fi
cd $PLATFORM/firmware
LATEST="$(ls ../../archive/master/ | tail -n 1)"
HDMI2USB_FIRMWARE="$LATEST/$PLATFORM/hdmi2usb/lm32"
Expand Down

0 comments on commit e362df9

Please sign in to comment.