Skip to content
Snippets Groups Projects
Commit 62462c2f authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add CI

parent 62274672
No related branches found
No related tags found
No related merge requests found
Pipeline #13493 failed
image: docker.km3net.de/base/python:3
stages:
- install
- test
- doc
before_script:
- pip install cookiecutter
- cookiecutter --no-input .
- cd awesome
install-py3.5:
image: docker.km3net.de/base/python:3.5
stage: install
script:
- make install
install-py3.6:
image: docker.km3net.de/base/python:3.6
stage: install
script:
- make install
install-py3.7:
image: docker.km3net.de/base/python:3.7
stage: install
script:
- make install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment