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

6 lines
116 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 15:20:31 -07:00
cmake -B .. -G Xcode -DCMAKE_XCODE_ATTRIBUTE_DEVELOPMENT_TEAM=3FQW5YTQR8 ../..