Add macos scripts to centralize CI actions.

This commit is contained in:
Rene Rivera
2025-11-27 22:20:09 -06:00
parent 544dc29998
commit 0d617ccbd4
2 changed files with 8 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
uname -a
ls -laF /Applications
sudo xcode-select -switch ${XCODE_APP}
which clang++
+1 -4
View File
@@ -116,7 +116,4 @@ for:
only:
- job_build: 'XcodeBuild'
build_script:
- bash: |
set -e
uname -a
ls -laF /Applications
- ./.ci/macos-install.sh