Skip to content
Snippets Groups Projects
Commit a59e25a5 authored by Gottfried Gaisbauer's avatar Gottfried Gaisbauer
Browse files

ci

parent b03ef852
No related branches found
No related tags found
2 merge requests!2Origin/aura into master,!1development branch to master branch
Pipeline #
image: python:3.6 image: python:3.6
stages: stages:
- build
- test - test
install_dependencies: install_dependencies:
stage: build
script:
- pip3 install -r requirements.txt
- pip3 list
test_guru:
stage: test stage: test
script: script:
- pip3 install -r requirements.txt
- pip3 list - pip3 list
- python3 guru.py -h - python3 guru.py -h
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment