Signal-iOS/ci_scripts/ci_post_clone.sh
2024-11-06 18:57:45 -06:00

10 lines
119 B
Bash
Executable File

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