https://github.com/m3db/ci-scripts
Common scripts used for builds
https://github.com/m3db/ci-scripts
Last synced: about 1 year ago
JSON representation
Common scripts used for builds
- Host: GitHub
- URL: https://github.com/m3db/ci-scripts
- Owner: m3db
- License: apache-2.0
- Created: 2017-01-24T22:13:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-05-11T19:42:06.000Z (about 3 years ago)
- Last Synced: 2025-04-05T01:32:15.945Z (about 1 year ago)
- Language: Shell
- Size: 153 KB
- Stars: 5
- Watchers: 8
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ci-scripts
==========
This repository contains scripts used by sibling repositories for builds. It's
intended to be used as a submodule, conventionally stored as a folder named
`.ci` at the root level.
Repositories using this package are expected to the following conventions:
- Makefile in root level of the package
- make targets for binary built
- make targets suffixed with `-linux-amd64` for each binary target
- make creates builds under the same name as the make targets under a new
sub-folder: `bin`
- make target 'all' runs all tests, and builds all binaries
This project is released under the [Apache License, Version 2.0](LICENSE).