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 6f05ce2 commit 8412746
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
prefix: ${{ github.workspace }}
run: |
cd ${{ github.workspace }}
cmake --build ${{ env.BUILD_PATH }} --target install --config ${{ env.BUILD_TYPE }}
cmake --build ${{ env.BUILD_PATH }} --target install --config ${{ env.BUILD_TYPE }} -j 8
ls
# tag 查询github-Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
prefix: ${{ github.workspace }}
run: |
cd ${{ github.workspace }}
cmake --build ${{ env.BUILD_PATH }} --target install --config ${{ env.BUILD_TYPE }}
cmake --build ${{ env.BUILD_PATH }} --target install --config ${{ env.BUILD_TYPE }} -j 8
ls
# tag 查询github-Release
Expand Down
21 changes: 11 additions & 10 deletions .github/workflows/windows-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
matrix:
include:
# 5.12.12
- qt_version: 5.12.12
qt_arch: win32_mingw73
arch: "-m32"
qt_tools: 'tools_mingw,qt.tools.win32_mingw730'
# - qt_version: 5.12.12
# qt_arch: win32_mingw73
# arch: "-m32"
# qt_tools: 'tools_mingw,qt.tools.win32_mingw730'
# - qt_version: 5.12.12
# qt_arch: win64_mingw73
# qt_tools: 'tools_mingw,qt.tools.win64_mingw730'
Expand All @@ -35,11 +35,12 @@ jobs:
# - qt_version: 6.2.4
# qt_arch: win64_mingw
# qt_tools: 'tools_mingw1310'
# # 6.6.0
# - qt_version: 6.6.0
# qt_arch: win64_mingw
# qt_tools: 'tools_mingw1310'
# modules: 'qthttpserver qtwebsockets'
# 6.6.0
- qt_version: 6.6.0
qt_arch: win64_mingw
arch: "-m64"
qt_tools: 'tools_mingw1310'
modules: 'qthttpserver qtwebsockets'
env:
BUILD_TYPE: Release
BUILD_PATH: build
Expand Down Expand Up @@ -83,7 +84,7 @@ jobs:
shell: pwsh
run: |
cd ${{ github.workspace }}
cmake --build ${{ env.BUILD_PATH }} --target install --config ${{ env.BUILD_TYPE }}
cmake --build ${{ env.BUILD_PATH }} --target install --config ${{ env.BUILD_TYPE }} -j 8
ls
# 打包
- name: Package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
shell: pwsh
run: |
cd ${{ github.workspace }}
cmake --build ${{ env.BUILD_PATH }} --target install --config ${{ env.BUILD_TYPE }}
cmake --build ${{ env.BUILD_PATH }} --target install --config ${{ env.BUILD_TYPE }} -j 8
ls
# 打包
- name: Package
Expand Down

0 comments on commit 8412746

Please sign in to comment.