update travis for autodeploy
This commit is contained in:
parent
a0f74b19a3
commit
0ca631c627
1 changed files with 3 additions and 2 deletions
|
@ -35,8 +35,9 @@ script:
|
|||
- arduino-cli compile --verbose --warnings all --fqbn $BOARD $PWD/examples/EthernetMultiHTTPS
|
||||
before_deploy:
|
||||
- mkdir src/$ARCH
|
||||
- cp $(find /tmp/ -maxdepth 1 -type d -name "arduino-sketch*" -print)/libraries/SSLClient/SSLClient.a src/$ARCH/SSLClient.a
|
||||
- cp .travis/library.properties library.properties
|
||||
- cp "$(find /tmp/ -maxdepth 1 -type d -name "arduino-sketch*" -print | head -n 1)/libraries/SSLClient/SSLClient.a" src/$ARCH/
|
||||
- cp .travis/library.properties .
|
||||
- rm -rf .git
|
||||
- find src/ -iname "*.c" -delete
|
||||
- find src/ -iname "*.cpp" -delete
|
||||
- zip -r SSLClient.zip .
|
||||
|
|
Loading…
Reference in a new issue