Skip to content

Commit 7136d6b

Browse files
committed
Testing oldschool builds
1 parent 83a2edb commit 7136d6b

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 7 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:
@@ -146,6 +148,8 @@ jobs:
146148
147149
- name: Generate Wrappers
148150
run: |
151+
export QT_SELECT=qt5
152+
gcc --version | grep "gcc"; qmake-qt5 --version
149153
# workaround to allow to find the Qt include dirs for installed standard qt packages
150154
mkdir /usr/include/qt5ln; ln -s /usr/include/qt5 /usr/include/qt5ln/include
151155
export QTDIR=/usr/include/qt5ln
@@ -159,6 +163,7 @@ jobs:
159163
path: generated_cpp
160164

161165
macOS:
166+
if: false
162167
strategy:
163168
fail-fast: false
164169
matrix:
@@ -249,6 +254,7 @@ jobs:
249254
path: generated_cpp
250255

251256
windows:
257+
if: false
252258
strategy:
253259
fail-fast: false
254260
matrix:

0 commit comments

Comments
 (0)