Skip to content

Commit 40d4356

Browse files
committed
Added arduino-builder in vendoring
1 parent d4dd3af commit 40d4356

File tree

75 files changed

+8292
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+8292
-4
lines changed

.drone.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ pipeline:
66
build:
77
image: golang:latest
88
commands:
9-
- go get github.com/arduino/arduino-builder
109
- go build -o arduino
1110
- go test ./... -race
1211
secrets: [TEST_USERNAME, TEST_PASSWORD]

Gopkg.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@
2424
go-tests = true
2525
unused-packages = true
2626

27+
# arduino-cli requires a special version of the builder
28+
[[constraint]]
29+
name = "github.com/arduino/arduino-builder"
30+
branch = "cli-inception"
31+
source = "github.com/bcmi-labs/arduino-builder"
32+
2733
[[constraint]]
2834
branch = "master"
2935
name = "github.com/arduino/board-discovery"

vendor/github.com/arduino/arduino-builder/.gitignore

Lines changed: 81 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/arduino/arduino-builder/.travis.yml

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/arduino/arduino-builder/CONTRIBUTING.md

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)