From 4301fe6fddc132a0036fdce8fdead055f7c67365 Mon Sep 17 00:00:00 2001 From: Noah Laptop Date: Fri, 10 Apr 2020 11:46:52 -0700 Subject: [PATCH] fix incorrect sketch during stm32 deployment --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 40ae3c6..715041b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ jobs: - cp "$(find /tmp/ -maxdepth 1 -type d -name "arduino-sketch*" -print | head -n 1)/libraries/SSLClient/SSLClient.a" tmp-bin/cortex-m0plus/SSLClient.a - rm -rf /tmp/arduino-sketch* # cortex-m7 - - arduino-cli compile --fqbn STM32:stm32:Nucleo_144:pnum=NUCLEO_F767ZI $PWD/examples/EthernetHTTPS + - arduino-cli compile --fqbn STM32:stm32:Nucleo_144:pnum=NUCLEO_F767ZI $PWD/examples/stm32/EthernetHTTPSstm32 - mkdir tmp-bin/cortex-m7 - cp "$(find /tmp/ -maxdepth 1 -type d -name "arduino-sketch*" -print | head -n 1)/libraries/SSLClient/SSLClient.a" tmp-bin/cortex-m7/SSLClient.a - rm -rf /tmp/arduino-sketch*