DEVTOOLS-7321: Add scripts for macOS builds and homebrew uploads

This commit is contained in:
Robert McNeil
2020-03-30 12:36:32 -07:00
committed by Arég Harutyunyan
parent 9e76e42e3c
commit 8c59254488
3 changed files with 91 additions and 0 deletions

View File

@@ -83,6 +83,11 @@ stretch: &stretch
- (cd / && go get github.com/BurntSushi/go-sumtype)
- export PATH="$HOME/go/bin:$PATH"
- make test
update-homebrew:
builddeps:
- s3cmd
post-cache:
- .teamcity/update-homebrew.sh
jessie: *stretch