mirror of
https://github.com/GayPizzaSpecifications/cxx-swift-interop.git
synced 2025-12-19 12:50:21 +00:00
Merge branch 'ci' into sdl3
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,5 +1,6 @@
|
|||||||
/build-*
|
/build-*
|
||||||
/xcode*
|
/xcode*
|
||||||
|
!/xcode-cloud
|
||||||
/.swiftpm
|
/.swiftpm
|
||||||
/.swift
|
/.swift
|
||||||
/.vscode
|
/.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