mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
seperate files for build mains.
This commit is contained in:
@ -6,5 +6,5 @@ go:
|
|||||||
install: pwd
|
install: pwd
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go run build/validate.go
|
- go run build/validate/validate.go
|
||||||
- go test ./...
|
- go test ./...
|
2
main.go
2
main.go
@ -30,7 +30,7 @@ import (
|
|||||||
_ "github.com/StackExchange/dnscontrol/providers/route53"
|
_ "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.
|
// One of these config options must be set.
|
||||||
var jsFile = flag.String("js", "dnsconfig.js", "Javascript file containing dns config")
|
var jsFile = flag.String("js", "dnsconfig.js", "Javascript file containing dns config")
|
||||||
|
Reference in New Issue
Block a user