Skip to content

Commit

Permalink
Bump to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kendryte747 committed Jan 17, 2025
1 parent cf06f28 commit d24909e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@ jobs:
if-no-files-found: error
compression-level: 0

- name: Build AvalonNano3 for Windows
if: github.ref != 'refs/heads/dev'
run: |
rm -rf ${{ github.workspace }}/build && mkdir -p ${{ github.workspace }}/build
docker run --name qt6 -v "${PWD}:/home/user/project:ro" stateoftheartio/qt6:6.7-mingw-aqt /bin/bash -c 'export CI=1; qt-cmake ./project -G Ninja -B ./build -DBUILD_FOR_AVALON_NANO3=1; cmake --build ./build; cmake --install ./build; ls -alh ./build'
docker cp qt6:/home/user/build/dist ${{ github.workspace }}/build
docker rm qt6
ls -alh build
build-for-linux:
runs-on: ubuntu-latest
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

# when bump version, chane here
project(K230BurningTool VERSION 2.0.1 LANGUAGES CXX)
project(K230BurningTool VERSION 2.1.0 LANGUAGES CXX)

set(MY_VERSION $DATE)
string(TIMESTAMP MY_VERSION_STRING "%Y-%m-%d %H:%M")
Expand Down

0 comments on commit d24909e

Please sign in to comment.