summaryrefslogtreecommitdiff
path: root/.gitlab-ci/show-info-osx.sh
blob: cc1bfdb87d8de44860be368706197320b82e1fc1 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

set -eux -o pipefail

xcodebuild -version || :
xcodebuild -showsdks || :

system_profiler SPSoftwareDataType || :