Files
cxx-swift-interop/xcode-cloud/ci_scripts/ci_post_clone.sh
2024-08-04 02:35:49 -07:00

7 lines
93 B
Bash
Executable File

#!/bin/sh
set -e
brew install cmake
rm -rf xcode-main/ci_scripts
cmake -B .. -G Xcode ../..