Skip to content

Commit

Permalink
CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ctag-fh-kiel committed Nov 24, 2023
1 parent 4a4d6cf commit 7c375d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ jobs:

steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- name: Build binaries
uses: ctag-fh-kiel/esp-idf-action@5
# - name: Copy config
# run: |
# git checkout v1.0.0_pre && cp sdkconfig.defaults.mk1 sdkconfig
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1.1.0
with:
esp_idf_version: v5.1.1
target: esp32
- name: Archive binaries
run: |
zip --junk-paths binaries build/*.bin build/bootloader/*.bin build/partition_table/*.bin
Expand Down
3 changes: 1 addition & 2 deletions versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
## V1.0.0
- Updated to newer mutable instruments code base, TBDaits (aka. Plaits) has now all 24 models
- Switched to ESP-IDF 5.1.1
- Swapped flash file system to LittleFS from SPIFFS
- Much improved stability of flash file system
- Swapped flash file system to LittleFS from SPIFFS, much improved stability of flash file system
- Fixed many bugs with backup / restore mechanism
- Added support for BlackBoxAudio hardware

Expand Down

0 comments on commit 7c375d2

Please sign in to comment.