summaryrefslogtreecommitdiff
path: root/.gitlab-ci/show-execution-environment.sh
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-24 19:51:41 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-24 19:51:41 -0500
commitde57e93c289ff0322481a72c11ece9203bd2d69a (patch)
tree444462ea8c139432110a25b4c5a18d0f5c8a7a0e /.gitlab-ci/show-execution-environment.sh
parenta5c75b0c45c908014f9dab19a2eadd7e7d42b953 (diff)
downloadpango-de57e93c289ff0322481a72c11ece9203bd2d69a.tar.gz
ci: Get some information on MacOsmacos-introspection
Diffstat (limited to '.gitlab-ci/show-execution-environment.sh')
-rwxr-xr-x.gitlab-ci/show-execution-environment.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci/show-execution-environment.sh b/.gitlab-ci/show-execution-environment.sh
new file mode 100755
index 00000000..88153e6d
--- /dev/null
+++ b/.gitlab-ci/show-execution-environment.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -eux -o pipefail
+
+xcodebuild -version || :
+xcodebuild -showsdks || :
+
+system_profiler SPSoftwareDataType || :
+
+bison --version || :