forked from AudioKit/AudioKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
26 lines (26 loc) · 791 Bytes
/
.travis.yml
File metadata and controls
26 lines (26 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: objective-c
osx_image: xcode11.4
env:
- LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
addons:
homebrew:
packages:
- gnu-sed
- s3cmd
update: true
before_install:
- gem install xcpretty -N
script: "./Tests/travis.sh"
notifications:
slack:
secure: Bgfiib7NP2/98fjJvW+PraQQFnj5X23+Zmvy9XqIe9NetzyNqWVN6URRFdcjvSnpah1kg2gGhIdkT5gvBT8HcP8OS6x/2lMFQsOhuA0mMoJ3tK3vhve10s3Mt8JvWqnEI3OmnDF/Yx7FN0sGiTskLYvi7jCzLY1QNqdg52VTsNI=
deploy:
provider: releases
api_key:
secure: a7osq2mGo9nnc/tb5SuWpB+CXmeWUqH3TIAyxWooe17KCcKJ4cFRZi5W7MORySSfi7IzSsJ3igWRbXx+P3cwk+/AEqDA1Gmv2ZiIBE7m4fee/wnuA1eIOrzpaBevcEO+s9ooS2Dlq4S3UUSsBB+2slRXZQOcIG2n5imHs9ckGWM=
file_glob: true
skip_cleanup: true
file: Frameworks/packages/*.zip
on:
repo: AudioKit/AudioKit
tags: true