forked from AuroraMiddleware/gtk
45bb4dc80c
Most of this is cribbed from glib. We don't use COMMON_MESON_FLAGS here, since disabling -Werror one subproject at a time is too painful for all the promoted sub-sub-projects. This needs a better solution in meson. Since this is a full rebuild of the entire stack, limit this to master and merge requests.
9 lines
127 B
Bash
Executable File
9 lines
127 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux -o pipefail
|
|
|
|
xcodebuild -version || :
|
|
xcodebuild -showsdks || :
|
|
|
|
system_profiler SPSoftwareDataType || :
|