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 dd64379 commit 7187132Copy full SHA for 7187132
tools/build_adafruit_bins.sh
@@ -7,7 +7,7 @@ for board in $ATMEL_BOARDS; do
7
make -C atmel-samd BOARD=$board
8
(( exit_status = exit_status || $? ))
9
done
10
-if [ -z "$ARTIFACTS_BUCKET" ]; then
+if [ -z "$TRAVIS" ]; then
11
make -C esp8266 BOARD=feather_huzzah
12
13
fi
@@ -26,7 +26,7 @@ for board in $ATMEL_BOARDS; do
26
27
28
# Skip ESP8266 on Travis
29
30
mkdir -p bin/esp8266/
31
cp esp8266/build/firmware-combined.bin bin/esp8266/adafruit-circuitpython-feather_huzzah-$version.bin
32
0 commit comments