File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 9
9
quiet : true
10
10
env :
11
11
global :
12
- - PRETTYNAME="Adafruit QSPI Library"
13
- # - DOXYFILE=$TRAVIS_BUILD_DIR/.doxyfile
12
+ - PRETTYNAME="Adafruit QSPI Library"
13
+ # - DOXYFILE=$TRAVIS_BUILD_DIR/.doxyfile
14
14
15
15
before_install :
16
- - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
16
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
17
17
18
18
install :
19
- - arduino --install-library "Adafruit SPIFlash","Adafruit QSPI"
19
+ - arduino --install-library "Adafruit SPIFlash","Adafruit QSPI"
20
20
21
21
script :
22
- - build_m4_platforms
22
+ - export M4_PLATFORMS='declare -A m4_platforms=( [m4]="adafruit:samd:adafruit_metro_m4:speed=120:usbstack=tinyusb", [trellis_m4]="adafruit:samd:adafruit_trellis_m4:speed=120:usbstack=tinyusb" )'
23
+ - build_m4_platforms
23
24
24
25
# Generate and deploy documentation
25
26
after_success :
26
- - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
27
- # - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
27
+ - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
28
+ # - source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)
You can’t perform that action at this time.
0 commit comments