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

circle stuff

parent fa35985e
No related branches found
No related tags found
No related merge requests found
dependencies:
pre:
- "sudo apt-get update && sudo apt-get install -y libgmp3-dev"
- rm -rf ~/.go_workspace
- 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 go build ./cmd/erisdb -v
......
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