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 :
@@ -114,6 +116,7 @@ jobs:
114116 yum groupinstall "Development Tools" -y
115117 yum install -y \
116118 which \
119+ tree \
117120 python-devel \
118121 qt5-qtbase-* \
119122 qt5-qttools* \
@@ -146,6 +149,7 @@ jobs:
146149
147150 - name : Generate Wrappers
148151 run : |
152+ tree /usr/include/qt5
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