mirror of
https://github.com/appleboy/drone-jenkins.git
synced 2026-06-04 10:15:02 +08:00
docs: document Makefile target discovery with make help
- Document the usage of the `make help` command to display available Makefile targets Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
@@ -9,12 +9,13 @@ drone-jenkins is a Drone CI plugin (and standalone CLI tool) for triggering Jenk
|
||||
## Build Commands
|
||||
|
||||
```sh
|
||||
make build # Build binary to bin/drone-jenkins
|
||||
make test # Run tests with coverage
|
||||
make lint # Run golangci-lint
|
||||
make fmt # Format code with golangci-lint
|
||||
make docker # Build Docker image
|
||||
make clean # Clean build artifacts
|
||||
make build # Build binary to bin/drone-jenkins
|
||||
make test # Run tests with coverage
|
||||
make lint # Run golangci-lint
|
||||
make fmt # Format code with golangci-lint
|
||||
make docker # Build Docker image
|
||||
make clean # Clean build artifacts
|
||||
make help # Show all available targets
|
||||
```
|
||||
|
||||
To run a single test:
|
||||
|
||||
Reference in New Issue
Block a user