Skip to content

Commit 4bced23

Browse files
committed
[REMOVE] Analyze built Mac binaries
1 parent 527a168 commit 4bced23

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,16 @@ pipeline {
233233
sh build.sh clean
234234
sh build.sh -gtk4 checklibs install-pi-only
235235
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
236242
sh build.sh install
243+
for f in libs/*; do
244+
vtool -show ${f}
245+
done
237246
else
238247
echo "Unexpected build platform ${PLATFORM}"
239248
exit 1

0 commit comments

Comments
 (0)