mirror of
https://github.com/ICKelin/gtun.git
synced 2025-12-24 13:28:18 +08:00
12 lines
264 B
YAML
12 lines
264 B
YAML
language: go
|
|
go:
|
|
- 1.16
|
|
before_install:
|
|
install:
|
|
before_script:
|
|
script:
|
|
- cd $HOME/gopath/src/github.com/ICKelin/gtun/cmd/gtun
|
|
- GOOS=linux go build -o gtun
|
|
- cd $HOME/gopath/src/github.com/ICKelin/gtun/cmd/gtund
|
|
- GOOS=linux go build -o gtund
|