-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.travis.yml
More file actions
22 lines (22 loc) · 583 Bytes
/
.travis.yml
File metadata and controls
22 lines (22 loc) · 583 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
language: objective-c
osx_image: xcode10.2
cache:
directories:
- $HOME/.ccache
install:
- gem install xcpretty
- brew install ccache
- PATH=$PATH:/usr/local/opt/ccache/libexec
- brew install --HEAD macmade/tap/xcode-coveralls
- export PYTHONUSERBASE=~/.local
script:
- set -o pipefail && xcodebuild -project "ObjectiveCPP.xcodeproj" -scheme "ObjectiveCPP Mac Static Library (C++11)" build test | xcpretty
before_script:
- ccache -s
- ccache -z
after_script:
- ccache -s
after_success:
- bash Scripts/travis-after.sh
notifications:
slack: xs-labs:FXh1yLXNkpcVxKZhZU6icdhI