Currently these scripts post to slack when:
- a build starts
- a build finishes successfully
- Create an incoming webhook for the channel you would like these scripts to post to.
- Download and extract all the files from this gist into the root directory of your iOS project.
If you have 'jq' installed (brew install jq
) you can do this step with the following command from the root directory of your project:
curl --silent "https://gist.github.com/bulwinkel/b1c371d447df071b90fe6e331d8b7d98/archive/$(http https://api.github.com/gists/b1c371d447df071b90fe6e331d8b7d98/commits | jq -r '.[0].version').zip" | tar --strip-components=1 -xf - -C .
- Update the Build Specific variables in
appcenter-common.sh
, most likely you will only need to put in the webhook url for the webook you created earlier. - Setup your appcenter build. Note, if you have already setup an appcenter build for any branches you will need to open the settings then press save for the build to start using the scripts.