Skip to content

Commit

Permalink
Got Qt artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarod42 committed Jun 11, 2024
1 parent 46ccb34 commit 418cb30
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .github/workflows/premake5-qt-windows-msvc-2022.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
qt-version: ['5.15.0', '6.0.4']
qt-version: ['6.1.0', '6.7.0']

steps:
- name: Checkout
Expand Down Expand Up @@ -61,3 +61,27 @@ jobs:
run: |
PATH=$PATH:`pwd` python3 ./test_projects.py premake5 projects-qt vs2022 --qt-root=$QT_ROOT_DIR --qt-version=${{ matrix.qt-version }}
shell: bash

- name: list Qt
run: |
ls D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}
shell: bash

- name: Upload Qt
uses: actions/upload-artifact@v4
with:
name: Qt${{matrix.qt-version}}_win64_msvc2019_doc
path: |
D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/bin/**
D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/doc/**
D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/include/**
# D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/bin/**
# D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/doc/**
# D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/include/**
# D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/lib/**
# D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/mkspec/**
# D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/phrasebooks/**
# D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/plugins/**
# D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/qml/**
# D:\a\premake-sample-projects\Qt\${{matrix.qt-version}}/translation/**

0 comments on commit 418cb30

Please sign in to comment.