Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
with:
name: wrappers_ubuntu_${{ matrix.container_version }}
path: generated_cpp
if-no-files-found: error

oldschool:
strategy:
Expand Down Expand Up @@ -157,6 +158,8 @@ jobs:
with:
name: wrappers_${{ matrix.container_os }}-${{ matrix.container_os_version }}_${{ matrix.configuration }}
path: generated_cpp
# comment in after #291 is fixed
# if-no-files-found: error

macOS:
strategy:
Expand Down Expand Up @@ -243,10 +246,13 @@ jobs:
QTDIR=-UNDEFINED- ./pythonqt_generator --qt-version=${{ steps.versions.outputs.QT_VERSION_FULL }} --include-paths=$QT_ROOT_DIR/lib

- name: Upload Wrappers
if: ${{ contains(matrix.configuration, 'release') }}
uses: actions/upload-artifact@v4
with:
name: wrappers_macos${{ steps.versions.outputs.MACOS_VERSION_SHORT }}_qt${{ steps.versions.outputs.QT_VERSION_SHORT }}
path: generated_cpp
# comment in after #276 is fixed
# if-no-files-found: error

windows:
strategy:
Expand Down Expand Up @@ -358,3 +364,4 @@ jobs:
with:
name: wrappers_${{ matrix.qt-arch }}_${{ steps.versions.outputs.QT_VERSION_SHORT }}
path: generated_cpp
if-no-files-found: error
1 change: 1 addition & 0 deletions .github/workflows/build_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
with:
name: wrappers_${{ matrix.os }}_${{ steps.setenv.outputs.QT_VERSION_SHORT }}
path: generated_cpp
if-no-files-found: error

- name: Build PythonQt Ubuntu
if: ${{ matrix.os == 'ubuntu' }}
Expand Down
Loading