File tree 2 files changed +7
-6
lines changed
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
57
57
58
58
You need [ Go 1.6.3] ( https://golang.org/dl/#go1.6.3 ) .
59
59
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
-
62
60
To install ` codereview/patch ` you have to install [ Mercurial] ( https://www.mercurial-scm.org/ ) first.
63
61
64
- Once done, run the following commands:
62
+ To set things up, run the following inside the cloned arduino-builder
63
+ directory:
65
64
66
65
```
66
+ export GOPATH=$(pwd)
67
67
go get github.com/go-errors/errors
68
68
go get github.com/stretchr/testify
69
69
go get github.com/jstemmer/go-junit-report
70
70
go build arduino.cc/arduino-builder
71
71
```
72
72
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
+
73
77
### TDD
74
78
75
79
In order to run the tests, type:
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments