Last change
on this file since 145 was 145, checked in by Izuru Yakumo, 22 months ago |
Updated the Makefile and vendored depedencies
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
258 bytes
|
Line | |
---|
1 | language: go
|
---|
2 |
|
---|
3 | go:
|
---|
4 | - 1.6
|
---|
5 |
|
---|
6 | script:
|
---|
7 | # build test for supported platforms
|
---|
8 | - GOOS=linux go build
|
---|
9 | - GOOS=darwin go build
|
---|
10 | - GOOS=freebsd go build
|
---|
11 | - GOOS=windows go build
|
---|
12 | - GOARCH=386 go build
|
---|
13 |
|
---|
14 | # run tests on a standard platform
|
---|
15 | - go test -v ./...
|
---|
Note:
See
TracBrowser
for help on using the repository browser.