Add post-clone script for Xcode Cloud

Co-authored-by: Pete Walters <pete@signal.org>
This commit is contained in:
Max Radermacher 2024-04-11 12:41:24 -05:00 committed by GitHub
parent cae88b3c2e
commit 4e8a035e9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
ci_scripts/ci_post_clone.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
set -eux
cd ..
make dependencies