Skip to content

Commit

Permalink
Update windows_qwindowkit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SineStriker committed Dec 23, 2023
1 parent 5390aeb commit 5c95a90
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/windows_qwindowkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,13 @@ jobs:
Windows_QWindowKit:
name: Build
runs-on: windows-2022
strategy:
matrix:
include:
# - qt_arch: win64_mingw
# qt_ver: 6.5.2
# qt_tools: "tools_mingw,9.0.0-1-202203221220,qt.tools.win64_mingw900"
# qt_tools_mingw_install: mingw900_64
- qt_arch: win64_mingw
qt_ver: 6.6.0
qt_tools: "tools_mingw,9.0.0-1-202203221220,qt.tools.win64_mingw900"
qt_tools_mingw_install: mingw900_64
env:
targetName: QWindowKit

# 步骤
steps:
# 拉取代码
- name: Check out repository
uses: actions/checkout@v3
with:
ref: Qt6
submodules: recursive

# 安装 Ninja
Expand All @@ -36,27 +22,6 @@ jobs:
with:
version: 1.10.2

# # 安装 Qt6
# - name: Install Qt
# # 使用外部 action。这个action 专门用来安装 Qt
# uses: jurplel/install-qt-action@v2
# with:
# # Version of Qt to install
# version: ${{ matrix.qt_ver }}
# # Target platform for build
# # target: ${{ matrix.qt_target }}
# arch: ${{ matrix.qt_arch }}
# cached: 'false'
# aqtversion: '==2.0.5'

# # 配置 Qt6
# - name: Qt6 environment configuration
# if: ${{ startsWith( matrix.qt_ver, 6 ) }}
# shell: pwsh
# run: |
# Write-Output "${{ env.Qt6_DIR }}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
# Write-Output "${{ env.Qt6_DIR }}/../../Tools/${{ matrix.qt_tools_mingw_install }}/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

# 编译 QWindowKit
- name: Compile QWindowKit
id: build-QWindowKit
Expand Down

0 comments on commit 5c95a90

Please sign in to comment.