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
- go get github.com/arduino/go-properties-map
14
+
- go get github.com/arduino/go-timeutils
15
+
16
+
script:
17
+
- go build -o $HOME/arduino-builder -v github.com/arduino/arduino-builder/arduino-builder
18
+
- export TEST_PACKAGES=`go list github.com/arduino/arduino-builder/...`
19
+
- 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