aaron276h / ci-scripts

Common scripts used for builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Common scripts used for builds

License:Apache License 2.0


Languages

Language:Shell 95.7%Language:Makefile 4.3%