Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,23 @@ See [Doing continuous integration with arduino builder](https://github.com/ardui

You need [Go 1.6.3](https://golang.org/dl/#go1.6.3).

Repo root contains the script `setup_go_env_vars`. Use it as is or as a template for setting up Go environment variables.

To install `codereview/patch` you have to install [Mercurial](https://www.mercurial-scm.org/) first.

Once done, run the following commands:
To set things up, run the following inside the cloned arduino-builder
directory:

```
export GOPATH=$(pwd)
go get github.com/go-errors/errors
go get github.com/stretchr/testify
go get github.com/jstemmer/go-junit-report
go build arduino.cc/arduino-builder
```

After installing dependencies, you do not need to run the `go get`
commands again, but you will have to set `GOPATH` again for every shell
you want to build in.

### TDD

In order to run the tests, type:
Expand Down
3 changes: 0 additions & 3 deletions setup_go_env_vars

This file was deleted.