Skip to content

Commit 3635989

Browse files
committed
Testing oldschool builds
1 parent 83a2edb commit 3635989

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
- oldschool_builds
78
pull_request:
8-
9+
910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1112
cancel-in-progress: true
@@ -16,6 +17,7 @@ defaults:
1617

1718
jobs:
1819
ubuntu:
20+
if: false
1921
strategy:
2022
fail-fast: false
2123
matrix:
@@ -121,6 +123,7 @@ jobs:
121123
qt5-qtxmlpatterns \
122124
qt5-qtmultimedia \
123125
qt5-qt3d \
126+
qt5-devel* \
124127
qt5-*-devel
125128
126129
- name: Checkout PythonQt
@@ -159,6 +162,7 @@ jobs:
159162
path: generated_cpp
160163

161164
macOS:
165+
if: false
162166
strategy:
163167
fail-fast: false
164168
matrix:
@@ -249,6 +253,7 @@ jobs:
249253
path: generated_cpp
250254

251255
windows:
256+
if: false
252257
strategy:
253258
fail-fast: false
254259
matrix:

0 commit comments

Comments
 (0)