We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d019b4 commit c7e3da7Copy full SHA for c7e3da7
.travis/run.sh
@@ -115,9 +115,10 @@ for BOARD in $BOARDS; do
115
# Not currently built so use .bit instead
116
#cp ../third_party/misoc/build/*.xsvf $COPY_DEST
117
cp ../third_party/misoc/build/*.bit $COPY_DEST
118
+ cp ../third_party/misoc/build/*.bin $COPY_DEST
119
cp ../build/output.*.log $COPY_DEST/output.log
120
echo ""
- echo "- Uploading .bit and logfile"
121
+ echo "- Uploading .bit, .bin and logfile"
122
# Only hdmi2usb is considered usable just now
123
UNSTABLE_LINK="$BOARD/firmware/unstable"
124
if [ "$TARGET" = "hdmi2usb" ]; then
0 commit comments