Symlink with library name

set-sync-mode-op-mode
Sandeep Mistry 2016-10-22 17:54:50 -04:00
parent 39620c3329
commit 3ebaa410a7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ before_install:
- buildExampleSketch() { arduino --verbose-build --verify --board $BOARD $PWD/examples/$1/$1.ino; }
install:
- mkdir -p $HOME/Arduino/libraries
- ln -s $PWD $HOME/Arduino/libraries/.
- ln -s $PWD $HOME/Arduino/libraries/LoRa
script:
- buildExampleSketch LoRaReceiver
- buildExampleSketch LoRaReceiverCallback