git-lfs/circle.yml
risk danger olson e6bfa256c2 clone git source
2016-11-15 12:56:34 -07:00

37 lines
878 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/git-lfs/.go
general:
build_dir: .go/src/github.com/git-lfs/git-lfs
checkout:
post:
- mkdir -p ~/git-lfs/.go/src/github.com/git-lfs
- ln -s ~/git-lfs ~/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
- brew upgrade gettext || brew install gettext
- git clone $GIT_SOURCE_REPO git-source
override:
- script/bootstrap
# needed for git-lfs-test-server-api
- go get github.com/spf13/cobra
test:
override:
- script/cibuild