forked from apache/pulsar-client-go
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: add makefile - add a Makefile with basic build, test, clean, etc. - simplify the Dockerfile by moving some scripts and conf files to directories - update README - allow easy setting of GOLANG version and PULSAR version for testing Signed-off-by: Paul Gier <[email protected]> * dockerfile: copy individual conf files Copy individual config files instead of directory when building the Dockerfile to catch any missing/incorrect files. Signed-off-by: Paul Gier <[email protected]> * update apache pulsar link in readme Signed-off-by: Paul Gier <[email protected]> Signed-off-by: Paul Gier <[email protected]> Makefiles are commonly used for building golang projects. - add a Makefile with basic build, test, clean, etc. - simplify the Dockerfile by moving some scripts and conf files to directories - update README - Allows easy overriding of pulsar version and golang version used during testing ### Motivation Add a Makefile to make it easier to remember the commands for building and testing the project. For example: * `make build` instead of `go build ./pulsar` * `make test` instead of `./docker-ci.sh` * `make lint` instead of `golangci-lint run`
- Loading branch information
Showing
10 changed files
with
49 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters