Learning_GTK4_tree/.gitlab-ci/show-info-osx.sh
2023-12-12 11:36:42 +01:00

8 lines
127 B
Bash
Executable file

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