This repository is a simple showcase of how to build a Python project using engine-ci.
- Example Python FlaskAPI project (
app.py) - Minimal Engine-CI pipeline definition (
.containifyci) - Ready-to-run build steps for testing and packaging
go install github.com/containifyci/engine-ci@latestRun the following command from the repository root:
engine-ci runThis will:
- Run the Python build/test pipeline defined by engine-ci