Skip to content

xcode03/ci-scripts

 
 

Repository files navigation

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

Consult GUIDELINE.md for more detailed usage information.


This project is released under the Apache License, Version 2.0.

About

Common scripts used for builds

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 95.5%
  • Makefile 4.5%