Skip to content

Commit

Permalink
feat(aquadebug): build aquadebug in ci/cd, pin versions (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
tspopp authored Jan 19, 2025
1 parent bbe9732 commit ace4570
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
python-version: '3.9'
- name: Install PlatformIO Core
run: pip install --upgrade platformio
- name: Build PlatformIO Project
- name: Build AquaMQTT PlatformIO Project
working-directory: ./AquaMQTT
run: pio run -e arduino_nano_esp32
- name: Run Unittest
working-directory: ./AquaMQTT
run: pio test -e native
- name: Build AquaDebug PlatformIO Project
working-directory: ./tools/AquaDebug
run: pio run -e arduino_nano_esp32
6 changes: 3 additions & 3 deletions tools/AquaDebug/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lib_deps =
googletest

[env:arduino_nano_esp32]
platform = espressif32
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
board = arduino_nano_esp32
framework = arduino
test_framework = googletest
Expand All @@ -27,5 +27,5 @@ build_flags = -std=c++11
# upload_protocol = espota
# upload_port = 192.168.188.62
lib_deps =
locoduino/RingBuffer
256dpi/MQTT
locoduino/RingBuffer@1.0.5
256dpi/MQTT@2.5.2

0 comments on commit ace4570

Please sign in to comment.