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

Like that?

parent 078534c7
Branches
Tags
1 merge request!16Introduce poetry packaging
...@@ -8,21 +8,22 @@ before_script: ...@@ -8,21 +8,22 @@ before_script:
- source `poetry env info --path`/bin/activate - source `poetry env info --path`/bin/activate
stages: stages:
- testing
- build_package - build_package
- testing
- create_docs - create_docs
test:
stage: testing
script:
- make
build_package: build_package:
stage: build_package stage: build_package
needs: [test]
script: script:
- poetry build - poetry build
test:
stage: testing
needs: [build_package]
script:
- poetry install
- make
create_docs: create_docs:
stage: create_docs stage: create_docs
needs: [test] needs: [test]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment