Skip to content

Commit

Permalink
CI: modify app
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 18, 2024
1 parent e58e186 commit 9f5d3bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
-DCMARK_STATIC=ON ^
-DCMAKE_BUILD_TYPE=${{matrix.BUILD_TYPE}} ^
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build/install ^
-DINSTALL_QT=OFF ^
-DBUILD_APP=OFF
-DINSTALL_QT=ON ^
-DBUILD_APP=ON
cmake --build . --config ${{ matrix.BUILD_TYPE }}
cmake --build . --config ${{ matrix.BUILD_TYPE }} --target install
7z a LunarCalendar_${{env.LunarCalendar_VERSION}}_mingw_${{matrix.BUILD_TYPE}}.zip .\install\*
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ jobs:
-DCMAKE_INSTALL_PREFIX=${{github.workspace}}/build_app/install ^
-DCMAKE_TOOLCHAIN_FILE=${{env.VCPKG_ROOT}}/scripts/buildsystems/vcpkg.cmake ^
-DVCPKG_VERBOSE=ON ^
-DINSTALL_QT=ON ^
-DBUILD_APP=ON ^
-DX_VCPKG_APPLOCAL_DEPS_INSTALL=ON
cmake --build . --config ${{ matrix.BUILD_TYPE }}
Expand Down

0 comments on commit 9f5d3bc

Please sign in to comment.