mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Use external libs from submodules
This commit is contained in:
parent
c7f9ed65e9
commit
ee4a1fdd12
1 changed files with 1 additions and 7 deletions
|
@ -50,13 +50,7 @@ env:
|
||||||
install:
|
install:
|
||||||
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
||||||
- wget https://github.com/xxxajk/spi4teensy3/archive/master.zip -O /tmp/spi4teensy3.zip
|
- wget https://github.com/xxxajk/spi4teensy3/archive/master.zip -O /tmp/spi4teensy3.zip
|
||||||
- wget https://github.com/xxxajk/xmem2/archive/master.zip -O /tmp/xmem2.zip
|
|
||||||
- wget https://github.com/xxxajk/generic_storage/archive/master.zip -O /tmp/generic_storage.zip
|
|
||||||
- wget https://github.com/xxxajk/RTClib/archive/master.zip -O /tmp/RTClib.zip
|
|
||||||
- unzip /tmp/spi4teensy3.zip -d /tmp
|
- unzip /tmp/spi4teensy3.zip -d /tmp
|
||||||
- unzip /tmp/xmem2.zip -d /tmp
|
|
||||||
- unzip /tmp/generic_storage.zip -d /tmp
|
|
||||||
- unzip /tmp/RTClib.zip -d /tmp
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- platformio ci --lib="." --lib="/tmp/spi4teensy3-master" --lib="/tmp/xmem2-master" --lib="/tmp/generic_storage-master" --lib="/tmp/RTClib-master" --board=uno --board=teensy31 --board=due
|
- platformio ci --board=uno --board=teensy31 --board=due --lib="." --lib="/tmp/spi4teensy3-master" --lib="examples/testusbhostFAT/xmem2" --lib="examples/testusbhostFAT/RTClib" --lib="examples/testusbhostFAT/generic_storage"
|
||||||
|
|
Loading…
Reference in a new issue