Skip to content

Commit c7e3da7

Browse files
committed
travis: Also publish .bin files for flashing.
1 parent 0d019b4 commit c7e3da7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,10 @@ for BOARD in $BOARDS; do
115115
# Not currently built so use .bit instead
116116
#cp ../third_party/misoc/build/*.xsvf $COPY_DEST
117117
cp ../third_party/misoc/build/*.bit $COPY_DEST
118+
cp ../third_party/misoc/build/*.bin $COPY_DEST
118119
cp ../build/output.*.log $COPY_DEST/output.log
119120
echo ""
120-
echo "- Uploading .bit and logfile"
121+
echo "- Uploading .bit, .bin and logfile"
121122
# Only hdmi2usb is considered usable just now
122123
UNSTABLE_LINK="$BOARD/firmware/unstable"
123124
if [ "$TARGET" = "hdmi2usb" ]; then

0 commit comments

Comments
 (0)