Skip to content
Snippets Groups Projects
Commit 5ac3f027 authored by Radoslav Bodó's avatar Radoslav Bodó
Browse files

general: add basic ci

parent 4e315830
No related branches found
No related tags found
No related merge requests found
Pipeline #7259 passed
---
image: debian:bookworm
stages:
- lint
- coverage
lint:
stage: lint
before_script:
- apt-get update && apt-get -y install make
- make install
- make venv
script:
- . venv/bin/activate && make lint
coverage:
stage: coverage
before_script:
- apt-get update && apt-get -y install make
- make install
- make venv
script:
- . venv/bin/activate && make coverage
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