summaryrefslogtreecommitdiff
path: root/.gitlab-ci/show-execution-environment.sh
diff options
context:
space:
mode:
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 || :