mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-05 20:40:25 -08:00
Ok show me arduino-esp32 at every step
This commit is contained in:
44
.github/workflows/build_push.yml
vendored
44
.github/workflows/build_push.yml
vendored
@@ -22,6 +22,10 @@ jobs:
|
|||||||
sketch-names: MarauderOTA.ino
|
sketch-names: MarauderOTA.ino
|
||||||
arduino-board-fqbn: esp32:esp32:esp32s2
|
arduino-board-fqbn: esp32:esp32:esp32s2
|
||||||
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.3/package_esp32_dev_index.json
|
platform-url: https://github.com/espressif/arduino-esp32/releases/download/2.0.3/package_esp32_dev_index.json
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Pull arduino-esp32 v2.0.4
|
- name: Pull arduino-esp32 v2.0.4
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -44,12 +48,20 @@ jobs:
|
|||||||
ref: master
|
ref: master
|
||||||
path: CustomAsyncTCP
|
path: CustomAsyncTCP
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Install ESPAsyncWebServer
|
- name: Install ESPAsyncWebServer
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: justcallmekoko/ESPAsyncWebServer
|
repository: justcallmekoko/ESPAsyncWebServer
|
||||||
ref: master
|
ref: master
|
||||||
path: CustomESPAsyncWebServer
|
path: CustomESPAsyncWebServer
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Install TFT_eSPI
|
- name: Install TFT_eSPI
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -58,6 +70,10 @@ jobs:
|
|||||||
ref: master
|
ref: master
|
||||||
path: CustomTFT_eSPI
|
path: CustomTFT_eSPI
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Install LinkedList
|
- name: Install LinkedList
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -65,6 +81,10 @@ jobs:
|
|||||||
ref: v1.3.1
|
ref: v1.3.1
|
||||||
path: CustomLinkedList
|
path: CustomLinkedList
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Install lv_arduino
|
- name: Install lv_arduino
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -72,6 +92,10 @@ jobs:
|
|||||||
ref: 3.0.0
|
ref: 3.0.0
|
||||||
path: Customlv_arduino
|
path: Customlv_arduino
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Install JPEGDecoder
|
- name: Install JPEGDecoder
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -79,6 +103,10 @@ jobs:
|
|||||||
ref: 1.8.0
|
ref: 1.8.0
|
||||||
path: CustomJPEGDecoder
|
path: CustomJPEGDecoder
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Install NimBLE-Arduino
|
- name: Install NimBLE-Arduino
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -86,6 +114,10 @@ jobs:
|
|||||||
ref: 1.2.0
|
ref: 1.2.0
|
||||||
path: CustomNimBLE-Arduino
|
path: CustomNimBLE-Arduino
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Install Adafruit_NeoPixel
|
- name: Install Adafruit_NeoPixel
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -93,6 +125,10 @@ jobs:
|
|||||||
ref: 1.10.7
|
ref: 1.10.7
|
||||||
path: CustomAdafruit_NeoPixel
|
path: CustomAdafruit_NeoPixel
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Install ArduinoJson
|
- name: Install ArduinoJson
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -100,6 +136,10 @@ jobs:
|
|||||||
ref: v6.18.2
|
ref: v6.18.2
|
||||||
path: CustomArduinoJson
|
path: CustomArduinoJson
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Install SwitchLib
|
- name: Install SwitchLib
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
@@ -107,6 +147,10 @@ jobs:
|
|||||||
ref: main
|
ref: main
|
||||||
path: CustomSwitchLib
|
path: CustomSwitchLib
|
||||||
|
|
||||||
|
- name: Search for SD lib in arduino-esp32 v2.0.3
|
||||||
|
run: |
|
||||||
|
find /home/runner/ -name "SD"
|
||||||
|
|
||||||
- name: Search for SD lib in arduino-esp32 v2.0.4
|
- name: Search for SD lib in arduino-esp32 v2.0.4
|
||||||
run: |
|
run: |
|
||||||
find /home/runner/work/ESP32Marauder/ESP32Marauder/2.0.4arduino-esp32 -name "SD"
|
find /home/runner/work/ESP32Marauder/ESP32Marauder/2.0.4arduino-esp32 -name "SD"
|
||||||
|
|||||||
Reference in New Issue
Block a user