Skip to content

Commit 142116c

Browse files
committed
Testing oldschool builds
1 parent e32ca10 commit 142116c

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 3 deletions
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:
@@ -147,8 +149,9 @@ jobs:
147149
- name: Generate Wrappers
148150
run: |
149151
# workaround to allow to find the Qt include dirs for installed standard qt packages
150-
mkdir /usr/include/qt5ln; ln -s /usr/include/qt5 /usr/include/qt5ln/include
151-
export QTDIR=/usr/include/qt5ln
152+
mkdir /usr/qt5ln; ln -s /usr/include/qt5 /usr/qt5ln/include; ln -s /usr/lib64/qt5 /usr/qt5ln/lib64; ln -s /usr/bin/qt5 /usr/qt5ln/bin
153+
export QTDIR=/usr/qt5ln
154+
cat /usr/qt5ln/include/QtCore/qconfig.h
152155
cd generator
153156
./pythonqt_generator
154157
@@ -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)