We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527a168 commit 4bced23Copy full SHA for 4bced23
1 file changed
Jenkinsfile
@@ -233,7 +233,16 @@ pipeline {
233
sh build.sh clean
234
sh build.sh -gtk4 checklibs install-pi-only
235
elif [[ ${PLATFORM} == cocoa.macosx.* ]]; then
236
+ xcode-select --print-path
237
+ xcode-select --version
238
+ softwareupdate --list
239
+ softwareupdate --history
240
+ xcodebuild -version
241
+ xcodebuild -showsdks
242
sh build.sh install
243
+ for f in libs/*; do
244
+ vtool -show ${f}
245
+ done
246
else
247
echo "Unexpected build platform ${PLATFORM}"
248
exit 1
0 commit comments