Skip to content
Snippets Groups Projects
Commit a6a4d829 authored by Christoph Knote's avatar Christoph Knote
Browse files

Like that?

parent b6ee47fc
No related branches found
No related tags found
1 merge request!16Introduce poetry packaging
......@@ -8,21 +8,22 @@ before_script:
- source `poetry env info --path`/bin/activate
stages:
- testing
- build_package
- testing
- create_docs
test:
stage: testing
script:
- make
build_package:
stage: build_package
needs: [test]
script:
- poetry build
test:
stage: testing
needs: [build_package]
script:
- poetry install
- make
create_docs:
stage: create_docs
needs: [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