mirror of
https://github.com/justcallmekoko/ESP32Marauder.git
synced 2025-12-12 15:50:36 -08:00
Add warnings flag
This commit is contained in:
13
.github/workflows/build_push.yml
vendored
13
.github/workflows/build_push.yml
vendored
@@ -256,6 +256,13 @@ jobs:
|
||||
sed -i 's/^ #define ESP32_LDDB/ \/\/#define ESP32_LDDB/' esp32_marauder/configs.h
|
||||
sed -i 's/^ #define MARAUDER_DEV_BOARD_PRO/ \/\/#define MARAUDER_DEV_BOARD_PRO/' esp32_marauder/configs.h
|
||||
|
||||
- name: Build Marauder for v6 Marauder with arduino/compile-sketches
|
||||
uses: arduino/compile-sketches@v1
|
||||
with:
|
||||
sketch-paths: esp32_marauder/esp32_marauder.ino
|
||||
cli-compile-flags: "--warnings"
|
||||
fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs
|
||||
|
||||
- name: Build Marauder for v6 Marauder
|
||||
uses: ArminJo/arduino-test-compile@v3.2.1
|
||||
with:
|
||||
@@ -267,12 +274,6 @@ jobs:
|
||||
run: |
|
||||
mv ./esp32_marauder/build/esp32.esp32.d32/esp32_marauder.ino.bin ./esp32_marauder/build/esp32.esp32.d32/esp32_marauder.v6.bin
|
||||
|
||||
- name: Build Marauder for v6 Marauder with arduino/compile-sketches
|
||||
uses: arduino/compile-sketches@v1
|
||||
with:
|
||||
sketch-paths: esp32_marauder/esp32_marauder.ino
|
||||
fqbn: esp32:esp32:d32:PartitionScheme=min_spiffs
|
||||
|
||||
- name: Configure TFT_eSPI and configs.h for Marauder Kit
|
||||
run: |
|
||||
sed -i 's/^#include <User_Setup_marauder_mini.h>/\/\/#include <User_Setup_marauder_mini.h>/' /home/runner/Arduino/libraries/CustomTFT_eSPI/User_Setup_Select.h
|
||||
|
||||
Reference in New Issue
Block a user