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