git-lfs/circle.yml
2016-11-15 12:45:12 -07:00

32 lines
676 B
YAML

machine:
environment:
GIT_LFS_TEST_DIR: $HOME/git-lfs-tests
GIT_SOURCE_REPO: https://github.com/git/git.git
GIT_EARLIEST_SUPPORTED_VERSION: v1.8.5
GIT_LATEST_SOURCE_BRANCH: master
XCODE_SCHEME: test
XCODE_WORKSPACE: test
XCODE_PROJECT: test
GOPATH: $HOME/go
general:
build_dir: .go/src/github.com/git-lfs/git-lfs
checkout:
post:
- mkdir -p .go/src/github.com/git-lfs
- ln -s ~/git-lfs .go/src/github.com/git-lfs
dependencies:
pre:
- brew update
- brew prune
- brew upgrade go || brew install go
- brew upgrade git || brew install git
override:
- script/bootstrap
test:
override:
- script/cibuild