1
0
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:
Craig Peterson
2017-03-12 16:41:11 -07:00
parent b0e3b05e86
commit cda8c482db
4 changed files with 2 additions and 2 deletions

View File

@ -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 ./...

View File

@ -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")