Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Dec 12, 2024
1 parent 5e7ed70 commit 1c18d91
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,7 @@ jobs:
matrix:
include:
- runner: 'macos-latest'
buildArch: 'Universal'
qtVersion: '6.8.1'
- runner: 'windows-latest'
buildArch: 'X64'
qtVersion: '6.8.1'
qtArch: 'win64_msvc2022_64'
- runner: 'windows-latest'
buildArch: 'Arm64'
qtVersion: '6.8.1'
qtArch: 'win64_msvc2022_arm64_cross_compiled'
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
Expand All @@ -26,15 +17,6 @@ jobs:
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qtVersion }}
arch: ${{ matrix.qtArch }}
cache: true
- name: Build
shell: pwsh
run: ci/build.ps1
env:
buildArch: ${{ matrix.buildArch }}
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: QtHelloWorld-${{ runner.os }}-${{ matrix.buildArch }}-${{ matrix.qtVersion }}
path: build
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2022_arm64_cross_compiled'

0 comments on commit 1c18d91

Please sign in to comment.