From fc296bda77a5f990e4dd302ab6a1e004be1feee5 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 26 Jun 2022 20:22:54 -0700 Subject: [PATCH] Add CI scripts for Xcode Cloud Add a post clone script for Xcode Cloud Signed-off-by: Christopher Snowhill --- ci_scripts/ci_post_clone.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 ci_scripts/ci_post_clone.sh diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh new file mode 100755 index 000000000..4bc90d31f --- /dev/null +++ b/ci_scripts/ci_post_clone.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +BASEDIR=$(dirname "$0") + +"${BASEDIR}/../Scripts/extract_libraries.sh"