summaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/gopkg.in/fsnotify.v1/circle.yml
blob: 204217fb0b20dbab4e0a0f4e36d89096814944db (plain)
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
## OS X build (CircleCI iOS beta)

# Pretend like it's an Xcode project, at least to get it running.
machine:
  environment:
    XCODE_WORKSPACE: NotUsed.xcworkspace
    XCODE_SCHEME: NotUsed
    # This is where the go project is actually checked out to:
    CIRCLE_BUILD_DIR: $HOME/.go_project/src/github.com/go-fsnotify/fsnotify

dependencies:
  pre:
    - brew upgrade go

test:
  override:
    - go test ./...

# Idealized future config, eventually with cross-platform build matrix :-)

# machine:
#   go:
#     version: 1.4
#   os:
#     - osx
#     - linux