File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ before_install:
15
15
- tar xf arduino-$IDE_VERSION-linux64.tar.xz
16
16
- mv arduino-$IDE_VERSION $HOME/arduino-ide
17
17
- export PATH=$PATH:$HOME/arduino-ide
18
- - arduino --pref "boardsmanager.additional.urls=https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json" --install-boards sandeepmistry:nRF5
18
+ - arduino --pref "boardsmanager.additional.urls=https://sandeepmistry.github.io/arduino-nRF5/package_nRF5_boards_index.json" --install-boards sandeepmistry:nRF5 > /dev/null
19
19
- buildExampleSketch() { arduino --verbose-build --verify --board $1 $HOME/arduino-ide/examples/$2/$3/$3.ino; }
20
20
install :
21
21
- mkdir -p $HOME/Arduino/hardware/sandeepmistry
22
- - ln -s $PWD $HOME/Arduino/hardware/sandeepmistry/.
22
+ - ln -s $PWD $HOME/Arduino/hardware/sandeepmistry/nRF5
23
23
script :
24
24
- buildExampleSketch sandeepmistry:nRF5:nRF52DK 01.Basics Blink
25
25
- buildExampleSketch sandeepmistry:nRF5:BluzDK 01.Basics Blink
You can’t perform that action at this time.
0 commit comments