gtk2/.gitlab-ci/show-info-osx.sh
2021-05-05 16:22:32 -04:00

9 lines
127 B
Bash
Executable File

#!/bin/bash
set -eux -o pipefail
xcodebuild -version || :
xcodebuild -showsdks || :
system_profiler SPSoftwareDataType || :