2016-05-08 15:09:26 +02:00
|
|
|
language: go
|
2017-11-19 01:39:11 +02:00
|
|
|
go:
|
2019-03-01 02:47:26 +02:00
|
|
|
- "1.10"
|
|
|
|
- "1.11"
|
|
|
|
- "1.12"
|
2016-05-08 15:09:26 +02:00
|
|
|
- tip
|
2017-11-18 23:25:26 +02:00
|
|
|
|
2019-03-22 01:39:53 +02:00
|
|
|
os:
|
|
|
|
- linux
|
|
|
|
- windows
|
|
|
|
|
2016-05-08 15:12:42 +02:00
|
|
|
install:
|
|
|
|
- go get github.com/apexskier/httpauth
|
|
|
|
- go get github.com/go-ini/ini
|
|
|
|
- go get github.com/gorilla/mux
|
|
|
|
- go get github.com/hpcloud/tail
|
2016-12-15 20:39:21 +02:00
|
|
|
- go get github.com/gorilla/websocket
|
2016-12-20 05:56:55 +02:00
|
|
|
- go get github.com/majormjr/rcon
|
2017-11-19 01:21:06 +02:00
|
|
|
- export GOPATH="$HOME/gopath/src/github.com/mroote/factorio-server-manager/:$GOPATH"
|
2016-05-08 15:12:42 +02:00
|
|
|
|
2016-05-08 15:09:26 +02:00
|
|
|
script:
|
|
|
|
- go test -v ./...
|