Add ci stuff
This commit is contained in:
parent
1c8e828df6
commit
deb0294b61
1 changed files with 8 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
|
image: python
|
||||||
|
commands:
|
||||||
|
- ./atmos.py --help
|
||||||
Loading…
Add table
Reference in a new issue