CI framework with support for local execution.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Daniel Gyulai b03590838d Modularity, version increase, typos in md 3 years ago
..
src/alice Modularity, version increase, typos in md 3 years ago
README.md Modularity, version increase, typos in md 3 years ago
pyproject.toml package rename 3 years ago
setup.cfg Modularity, version increase, typos in md 3 years ago

README.md

Alice-CI

Continous Integration framework with the goal of using the exact same code in CI and local env. Steps can be defined in yaml files, for syntax see 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