mirror of
https://github.com/Optiboot/optiboot.git
synced 2025-07-29 20:21:11 +03:00
Travis-ci: use avr-gcc 5.4.0, update targets
- use avr-gcc 5.4.0 shipped with Arduino 1.8.7 as it's the only one that supports PB chips - added new targets (mostly ATtiny chips) - generate comparison with emoji by default - update allow_failures
This commit is contained in:
@ -46,7 +46,7 @@ else
|
||||
fi
|
||||
|
||||
# start json
|
||||
echo "{\"slug\":\"$REPO\",\"branch\":\"$BRANCH\",\"commit\":\"$TRAVIS_COMMIT\",\"emoji\":\"false\",\"builds\":[" >"$OUTPUT_JSON"
|
||||
echo "{\"slug\":\"$REPO\",\"branch\":\"$BRANCH\",\"commit\":\"$TRAVIS_COMMIT\",\"emoji\":\"true\",\"builds\":[" >"$OUTPUT_JSON"
|
||||
|
||||
# build everything
|
||||
cat $TRAVIS_BUILD_DIR/.travis.yml|grep " - OPTIBOOT_TARGET="|cut -f 2- -d '=' \
|
||||
|
Reference in New Issue
Block a user