Files
cxx-swift-interop/xcode-main/ci_scripts/ci_post_clone.sh
2024-08-04 02:05:16 -07:00

7 lines
84 B
Bash
Executable File

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