Skip to content

Commit

Permalink
Update windows-mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s12mmm3 committed Feb 9, 2024
1 parent 21defca commit 6f05ce2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/windows-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,18 @@ jobs:
# 5.12.12
- qt_version: 5.12.12
qt_arch: win32_mingw73
qt_tools: 'tools_mingw,qt.tools.win32_mingw810'
arch: "-m32"
qt_tools: 'tools_mingw,qt.tools.win32_mingw730'
# - qt_version: 5.12.12
# qt_arch: win64_mingw73
# qt_tools: 'tools_mingw1310'
# qt_tools: 'tools_mingw,qt.tools.win64_mingw730'
# # 5.15.2
# - qt_version: 5.15.2
# qt_arch: win32_mingw81
# qt_tools: 'tools_mingw qt.tools.win32_mingw810'
# qt_tools: 'tools_mingw,qt.tools.win32_mingw810'
# - qt_version: 5.15.2
# qt_arch: win64_mingw81
# qt_tools: 'tools_mingw1310'
# qt_tools: 'tools_mingw,qt.tools.win64_mingw810'
# # 6.2.4
# - qt_version: 6.2.4
# qt_arch: win64_mingw
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
id: build
shell: cmd
run: |
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_INSTALL_PREFIX=${{ github.workspace }} -B ${{ env.BUILD_PATH }}
cmake -DCMAKE_C_FLAGS=${{ matrix.arch }} -DCMAKE_CXX_FLAGS=${{ matrix.arch }} -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -DCMAKE_INSTALL_PREFIX=${{ github.workspace }} -B ${{ env.BUILD_PATH }}
ls
# CMake Install
- name: CMake Install
Expand Down

0 comments on commit 6f05ce2

Please sign in to comment.