Skip to content

Commit 2c637be

Browse files
committed
Travis...
1 parent 2f4c072 commit 2c637be

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
language: objective-c
2+
cache:
3+
directories:
4+
- $HOME/.ccache
5+
install:
6+
- gem install xcpretty
7+
- brew install ccache
8+
- PATH=$PATH:/usr/local/opt/ccache/libexec
9+
- export PYTHONUSERBASE=~/.local
10+
- easy_install --user scan-build
11+
script:
12+
- set -o pipefail && xcodebuild -project "ColorSet.xcodeproj" -scheme "ColorSetKit" build test | xcpretty
13+
before_script:
14+
- ccache -s
15+
- ccache -z
16+
after_script:
17+
- ccache -s
18+
after_success:
19+
- bash Scripts/travis-after.sh
20+
notifications:
21+
slack: xs-labs:FXh1yLXNkpcVxKZhZU6icdhI

0 commit comments

Comments
 (0)