TM-SGNL-iOS/ci_scripts/ci_post_clone.sh
TeleMessage developers dde0620daf initial commit
2025-05-03 12:28:28 -07:00

9 lines
119 B
Bash
Executable file

#!/bin/sh
set -eux
./send_build_notification.py started || :
cd ..
Scripts/check_xcode_version.py
make dependencies