You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: go
|
|
|
|
go:
|
|
- 1.6
|
|
- 1.7
|
|
- tip
|
|
|
|
before_install:
|
|
- cd $GOPATH/src/github.com/mcuadros/go-rpi-rgb-led-matrix/vendor/rpi-rgb-led-matrix/
|
|
- git submodule update --init
|
|
- make
|
|
- cd $GOPATH/src/github.com/mcuadros/go-rpi-rgb-led-matrix/
|
|
- go get -t -v ./...
|
|
- go install -v ./...
|