Add CI scripts for Xcode Cloud

Add a post clone script for Xcode Cloud

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
This commit is contained in:
Christopher Snowhill 2022-06-26 20:22:54 -07:00
parent fc37e96099
commit 16fdc1de6a

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"