@@ -65,17 +65,18 @@ jobs:
6565 ./get.py -q
6666 - name : Build examples ESP8266
6767 run : |
68- mkdir esp8266
69- rm -f *.elf
70- # Get initial list and shift off to the starting point
71- sketches=$(find ~/Arduino/libraries/ESP8266Audio/examples -name "*.ino" | sort | tr '\n' ' ' | cut -f${{matrix.shift}} -d " ")
72- while [ $(echo $sketches | wc -w) -gt 0 ]; do
73- sketch=$(echo $sketches | cut -f1 -d " ")
74- ./tests/build-ci-esp32.sh esp8266com:esp8266:d1_mini:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,optim=Smallest,wipe=none,baud=921600,iramfloat=no esp8266 $sketch
75- # Shift out 5
76- sketches=$(echo $sketches | cut -f6- -d " ")
77- done
78- size ./*.elf
68+ ./tests/build-ci.sh esp8266 esp8266com:esp8266:d1_mini:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,optim=Smallest,wipe=none,baud=921600,iramfloat=no ${{matrix.shift}}
69+ # mkdir esp8266
70+ # rm -f *.elf
71+ # # Get initial list and shift off to the starting point
72+ # sketches=$(find ~/Arduino/libraries/ESP8266Audio/examples -name "*.ino" | sort | tr '\n' ' ' | cut -f${{matrix.shift}} -d " ")
73+ # while [ $(echo $sketches | wc -w) -gt 0 ]; do
74+ # sketch=$(echo $sketches | cut -f1 -d " ")
75+ # ./tests/build-ci-esp32.sh esp8266com:esp8266:d1_mini:xtal=80,vt=flash,exception=disabled,stacksmash=disabled,ssl=all,mmu=3232,non32xfer=fast,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,optim=Smallest,wipe=none,baud=921600,iramfloat=no esp8266 $sketch
76+ # # Shift out 5
77+ # sketches=$(echo $sketches | cut -f6- -d " ")
78+ # done
79+ # size ./*.elf
7980
8081 build-all-esp32 :
8182 name : Build all examples on Arduino-ESP32 latest release
0 commit comments