Skip to content
Snippets Groups Projects
Commit 7a2d57c7 authored by Maël Madon's avatar Maël Madon
Browse files

add build stage in CI

parent 2908a63f
No related branches found
No related tags found
No related merge requests found
Pipeline #5534 failed
......@@ -5,9 +5,13 @@ before_script:
- python --version
- pytest --version
- pwd
- python swf2userSessions/swf2sessions.py --help
- pip3 install networkx
build:
stage: build
script:
- pip3 install .
test:
stage: test
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment