mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-08-03 21:21:32 +00:00
Merge branch 'ci' into sdl3
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
/build-*
|
||||
/xcode*
|
||||
!/xcode-cloud
|
||||
/.swiftpm
|
||||
/.swift
|
||||
/.vscode
|
||||
|
6
xcode-cloud/ci_scripts/ci_post_clone.sh
Executable file
6
xcode-cloud/ci_scripts/ci_post_clone.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
brew install cmake
|
||||
rm -rf xcode-main/ci_scripts
|
||||
cmake -B .. -G Xcode ../..
|
Reference in New Issue
Block a user