Add CI scripts for Xcode Cloud

Add a post clone script for Xcode Cloud

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
swiftingly
Christopher Snowhill 2022-06-26 20:22:54 -07:00
parent fc37e96099
commit 16fdc1de6a
1 changed files with 5 additions and 0 deletions

5
ci_scripts/ci_post_clone.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
BASEDIR=$(dirname "$0")
"${BASEDIR}/../Scripts/extract_libraries.sh"