Skip to content
Snippets Groups Projects
Commit 17806f86 authored by Deaktivert bruker's avatar Deaktivert bruker
Browse files

build: set up continuous integration pipeline running tests

parent 7ed94058
No related branches found
No related tags found
No related merge requests found
Pipeline #87157 failed
image: python:3.9-buster
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache:
paths:
- .cache/pip
- venv/
before_script:
- python -V
#- pip install virtualenv
#- virtualenv venv
#- source venv/bin/activate
test:
script:
- make test
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