Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 666 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 666 Bytes

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.