mirror of
https://git.envs.net/envs/ifconfig
synced 2024-11-22 09:51:57 +01:00
8 lines
145 B
YAML
8 lines
145 B
YAML
language: go
|
|
go:
|
|
- 1.3
|
|
- 1.4
|
|
- tip
|
|
script:
|
|
- go get github.com/astaxie/beego && cd .. && mv ifconfig ../../ && cd ifconfig && go build .
|