File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Simple Build Check
1+ name : ESP-IDF Build Check
22
33on :
44 push :
@@ -13,16 +13,20 @@ jobs:
1313 steps :
1414 - name : Checkout code
1515 uses : actions/checkout@v4
16+ with :
17+ submodules : recursive
1618
17- - name : Install Dependencies (Ubuntu)
19+ - name : Setup ESP-IDF
20+ uses : espressif/esp-idf-ci-action@v1
21+ with :
22+ esp_idf_version : v5.1.2
23+ target : esp32
24+
25+ - name : Clone ESP32-HUB75-MatrixPanel-I2S-DMA component
1826 run : |
19- sudo apt-get update
20- sudo apt-get install -y build-essential cmake
27+ git clone https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git components/ESP32-HUB75-MatrixPanel-I2S-DMA
2128
22- - name : Configure and Build
29+ - name : Build project
2330 run : |
24- mkdir build
25- cd build
26- cmake ..
27- make
28- ./2D-renderer-cpp
31+ . $IDF_PATH/export.sh
32+ idf.py build
You can’t perform that action at this time.
0 commit comments