Files
cxx-swift-interop/xcode-main/ci_scripts/ci_post_clone.sh

7 lines
84 B
Bash
Raw Normal View History

2024-08-04 01:53:36 -07:00
#!/bin/sh
2024-08-04 01:49:38 -07:00
set -e
brew install cmake
2024-08-04 02:02:17 -07:00
rm -rf xcode-main/ci_scripts
2024-08-04 02:05:16 -07:00
cmake -B .. ../..