chunk the yaml into sections

This commit is contained in:
Brad Rydzewski
2016-04-19 18:37:53 -07:00
parent fd63d6e03d
commit b5823d20ff
19 changed files with 966 additions and 177 deletions

View File

@@ -24,11 +24,10 @@ gen_template:
gen_migrations:
go generate github.com/drone/drone/store/datastore/ddl
build:
go build
build: build_static
build_static:
go build --ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=$(CI_BUILD_NUMBER)' -o drone_static
cd drone && go build --ldflags '-extldflags "-static" -X github.com/drone/drone/version.VersionDev=$(CI_BUILD_NUMBER)' -o drone
test:
go test -cover $(PACKAGES)