llvm_snapshot_builder

Builds LLVM snapshots on Copr

Status

Documentation Status CodeQL ci-cd codecov release

Installation

$ pip install llvm_snapshot_builder

Usage

For a more in-depth example, take a look at the example in the documentation.

After installing you can explore the CLI program with:

$ python -m llvm_snapshot_builder.cli --help

or with:

$ llvm_sb --help

Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

Commit message conventions and semantic versioniong (semver)

We use semantic versioning and these commit message conventions can be used to automatically bump the version number and generate the changelog.

License

llvm_snapshot_builder was created by Konrad Kleine kkleine@redhat.com. It is licensed under the terms of the MIT license.

Credits

llvm_snapshot_builder was created with cookiecutter and the py-pkgs-cookiecutter template.