mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 14:54:07 +00:00
chunk the yaml into sections
This commit is contained in:
5
Makefile
5
Makefile
@@ -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)
|
||||
|
Reference in New Issue
Block a user