CI framework with support for local execution.
 
 
Daniel Gyulai 0a3b94e50b Basic docs 3 years ago
..
src/alice Basic docs 3 years ago
README.md update alice-ci md 3 years ago
pyproject.toml package rename 3 years ago
setup.cfg package rename 3 years ago

README.md

Alice-CI

Continous Integration framework with the goal of using the exact same steps in CI and local env. Steps can be defined in yaml files, syntax seen the docs. Runs on LInux and Windows, Mac should work too, but not yet tested.

Usage

Install with pip:

pythom3 -m pip install alice-ci

To run:

pythom3 -m alice [-i <ci.yaml>] STEPS