Skip to content

Commit 949a81b

Browse files
committed
install adafruit-nrfutil for travis
1 parent 90026b2 commit 949a81b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ env:
1212
- PRETTYNAME="Adafruit TinyUSB Library"
1313
#- DOXYFILE=$TRAVIS_BUILD_DIR/.doxyfile
1414

15+
addons:
16+
apt:
17+
packages:
18+
- python3
19+
- python3-pip
20+
- python3-setuptools
21+
1522
before_install:
1623
- wget -q https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh
1724
# add tinyusb option for m4
@@ -20,6 +27,7 @@ before_install:
2027

2128
install:
2229
- arduino --install-library "Adafruit SPIFlash","Adafruit QSPI"
30+
- pip3 install --user adafruit-nrfutil
2331

2432
script:
2533
- build_m4_platforms

0 commit comments

Comments
 (0)