forked from splinesoft/MUDRammer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
27 lines (27 loc) · 766 Bytes
/
circle.yml
File metadata and controls
27 lines (27 loc) · 766 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
27
machine:
environment:
LANG: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
xcode:
version: "6.3.1"
dependencies:
pre:
- xcrun instruments -w "iPhone 6 (8.3 Simulator)" || exit 0
- sudo gem update --system -N
- brew update && brew install cloc objc-codegenutils caskroom/cask/brew-cask
- brew cask install fauxpas
- ~/Applications/FauxPas.app/Contents/Resources/install-cli-tools
- /usr/local/bin/fauxpas updatelicense organization-seat "Jonathan Hersh" "$FAUXPAS_KEY"
override:
- rake setup
test:
override:
- rake test
post:
- rake lint
- cp -R $TMPDIR/com.apple.dt.XCTest-status $CIRCLE_ARTIFACTS/xcode-logs
deployment:
codecov:
branch: /.*/
commands:
- bash <(curl -s https://codecov.io/bash)