mirror of
https://github.com/AuxXxilium/docker-ddns-server.git
synced 2024-11-23 23:00:59 +07:00
23 lines
249 B
YAML
23 lines
249 B
YAML
language: go
|
|
|
|
env: GO111MODULE=on
|
|
|
|
go:
|
|
- 1.13.x
|
|
- 1.14.x
|
|
|
|
git:
|
|
depth: 1
|
|
|
|
before_script:
|
|
- cd dyndns
|
|
|
|
script:
|
|
- go test -v ./...
|
|
- go build ./...
|
|
|
|
notifications:
|
|
email:
|
|
on_success: never
|
|
on_failure: always
|