Skip to content

Commit

Permalink
build I2S version on release
Browse files Browse the repository at this point in the history
  • Loading branch information
xrip committed Dec 20, 2023
1 parent 6bc97a6 commit fd52b96
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
run: |
export PICO_SDK_PATH=$HOME/pico-sdk && \
mkdir build && cd build && \
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=366 .. && \
cmake --build . && \
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=416 .. && \
cmake --build .
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=366 .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=366 -DI2S_SOUND=ON .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=408 .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=408 -DI2S_SOUND=ON .. && cmake --build .
- name: Build for linux host
run: |
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.0rc2
- sound engine refactored
- I2S sound output support

# v1.0.0rc1
- Release candidate, changelog tbd

Expand Down

0 comments on commit fd52b96

Please sign in to comment.