Compare commits
No commits in common. "63e72076eda4f13fe391ea07956ef39800ccaabc" and "84dd2bd40b5ee127d97500d4dfb8c5cb0d8602d2" have entirely different histories.
63e72076ed
...
84dd2bd40b
11
.github/workflows/providers/gitea-release.yml
vendored
11
.github/workflows/providers/gitea-release.yml
vendored
@ -16,14 +16,11 @@ jobs:
|
|||||||
- name: Install System Dependencies
|
- name: Install System Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y python3 python3-venv build-essential curl git
|
sudo apt-get install -y python3 python3-pip build-essential curl git
|
||||||
|
|
||||||
- name: Set up Python Virtual Environment
|
- name: Install Python Dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m venv venv
|
sudo pip3 install -U platformio esptool
|
||||||
source venv/bin/activate
|
|
||||||
pip install --upgrade pip
|
|
||||||
pip install platformio esptool
|
|
||||||
|
|
||||||
echo "Verifying installations:"
|
echo "Verifying installations:"
|
||||||
platformio --version
|
platformio --version
|
||||||
@ -32,7 +29,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Firmware
|
- name: Build Firmware
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
|
||||||
echo "Building SPIFFS..."
|
echo "Building SPIFFS..."
|
||||||
platformio run -t buildfs
|
platformio run -t buildfs
|
||||||
|
|
||||||
@ -41,7 +37,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Release Files
|
- name: Create Release Files
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
|
||||||
echo "Creating release files..."
|
echo "Creating release files..."
|
||||||
esptool.py --chip esp32 merge_bin \
|
esptool.py --chip esp32 merge_bin \
|
||||||
--flash_mode dio \
|
--flash_mode dio \
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.2.39] - 2025-02-19
|
|
||||||
### Added
|
|
||||||
- update Gitea release workflow to use Python virtual environment and increment version to 1.2.39
|
|
||||||
|
|
||||||
|
|
||||||
## [1.2.38] - 2025-02-19
|
## [1.2.38] - 2025-02-19
|
||||||
### Added
|
### Added
|
||||||
- update Gitea release workflow and increment version to 1.2.38
|
- update Gitea release workflow and increment version to 1.2.38
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
; https://docs.platformio.org/page/projectconf.html
|
; https://docs.platformio.org/page/projectconf.html
|
||||||
|
|
||||||
[common]
|
[common]
|
||||||
version = "1.2.39"
|
version = "1.2.38"
|
||||||
|
|
||||||
[env:esp32dev]
|
[env:esp32dev]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user