Skip to content
Snippets Groups Projects
Commit fa35985e authored by Androlo's avatar Androlo
Browse files

circle stuff

parent 6f1c8e3a
No related branches found
No related tags found
No related merge requests found
dependencies:
pre:
override:
- godep go build ./cmd/erisdb
dependencies:
pre:
- "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
- rm -rf ~/.go_workspace
- go get github.com/tools/godep
- go get github.com/tools/godep
override:
- go get -d -v .
- "cd $GOPATH/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME && git checkout $CIRCLE_BRANCH"
- godep restore
- godep restore
- godep go build ./cmd/erisdb -v
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment