File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -57,19 +57,23 @@ See [Doing continuous integration with arduino builder](https://github.com/ardui
5757
5858You need [ Go 1.6.3] ( https://golang.org/dl/#go1.6.3 ) .
5959
60- Repo root contains the script ` setup_go_env_vars ` . Use it as is or as a template for setting up Go environment variables.
61-
6260To install ` codereview/patch ` you have to install [ Mercurial] ( https://www.mercurial-scm.org/ ) first.
6361
64- Once done, run the following commands:
62+ To set things up, run the following inside the cloned arduino-builder
63+ directory:
6564
6665```
66+ export GOPATH=$(pwd)
6767go get github.com/go-errors/errors
6868go get github.com/stretchr/testify
6969go get github.com/jstemmer/go-junit-report
7070go build arduino.cc/arduino-builder
7171```
7272
73+ After installing dependencies, you do not need to run the ` go get `
74+ commands again, but you will have to set ` GOPATH ` again for every shell
75+ you want to build in.
76+
7377### TDD
7478
7579In order to run the tests, type:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments