File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - master
7+ - oldschool_builds
78 pull_request :
8-
9+
910concurrency :
1011 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1112 cancel-in-progress : true
@@ -16,6 +17,7 @@ defaults:
1617
1718jobs :
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 :
You can’t perform that action at this time.
0 commit comments