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:
parent
fc37e96099
commit
16fdc1de6a
1 changed files with 5 additions and 0 deletions
5
ci_scripts/ci_post_clone.sh
Executable file
5
ci_scripts/ci_post_clone.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
|
||||
"${BASEDIR}/../Scripts/extract_libraries.sh"
|
Loading…
Reference in a new issue