You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ install:
14
14
- go get github.com/arduino/go-timeutils
15
15
16
16
script:
17
+
- go get github.com/arduino/arduino-builder/arduino-builder
17
18
- go build -o $HOME/arduino-builder -v github.com/arduino/arduino-builder/arduino-builder
18
19
- export TEST_PACKAGES=`go list github.com/arduino/arduino-builder/...`
19
20
- RES=0; I=0; for PKG in $TEST_PACKAGES; do go test -v -timeout 30m -covermode=count -coverprofile=coverage.$I.out $PKG; ((RES=RES+$?)); ((I++)); done; ( exit $RES )
0 commit comments