Browse Source

Update 'alice/README.md'

pull/8/head
Daniel Gyulai 3 years ago
parent
commit
cfec00ccf9
  1. 16
      alice/README.md

16
alice/README.md

@ -0,0 +1,16 @@
# 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
```
Loading…
Cancel
Save