mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-05 04:34:32 +08:00
seperate files for build mains.
This commit is contained in:
parent
b0e3b05e86
commit
cda8c482db
4 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@ go:
|
|||
install: pwd
|
||||
|
||||
script:
|
||||
- go run build/validate.go
|
||||
- go run build/validate/validate.go
|
||||
- go test ./...
|
2
main.go
2
main.go
|
@ -30,7 +30,7 @@ import (
|
|||
_ "github.com/StackExchange/dnscontrol/providers/route53"
|
||||
)
|
||||
|
||||
//go:generate go run build/generate.go
|
||||
//go:generate go run build/generate/generate.go
|
||||
|
||||
// One of these config options must be set.
|
||||
var jsFile = flag.String("js", "dnsconfig.js", "Javascript file containing dns config")
|
||||
|
|
Loading…
Add table
Reference in a new issue