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 90026b2 commit 949a81bCopy full SHA for 949a81b
.travis.yml
@@ -12,6 +12,13 @@ env:
12
- PRETTYNAME="Adafruit TinyUSB Library"
13
#- DOXYFILE=$TRAVIS_BUILD_DIR/.doxyfile
14
15
+addons:
16
+ apt:
17
+ packages:
18
+ - python3
19
+ - python3-pip
20
+ - python3-setuptools
21
+
22
before_install:
23
- wget -q https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh
24
# add tinyusb option for m4
@@ -20,6 +27,7 @@ before_install:
27
28
install:
29
- arduino --install-library "Adafruit SPIFlash","Adafruit QSPI"
30
+ - pip3 install --user adafruit-nrfutil
31
32
script:
25
33
- build_m4_platforms
0 commit comments