Add CI scripts for Xcode Cloud
Add a post clone script for Xcode Cloud Signed-off-by: Christopher Snowhill <kode54@gmail.com>lastfm
parent
cc45750c0c
commit
fc296bda77
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
BASEDIR=$(dirname "$0")
|
||||
|
||||
"${BASEDIR}/../Scripts/extract_libraries.sh"
|
Loading…
Reference in New Issue