Skip to content
Snippets Groups Projects

Feature/mad 91 gitlab pipeline

Merged Lene Wasskog requested to merge feature/mad-91-gitlab-pipeline into main
1 file
+ 9
2
Compare changes
  • Side-by-side
  • Inline
+ 9
2
@@ -3,14 +3,14 @@ default:
stages:
- build
- test
- deploy
- pages
before_script:
- python -V
- python -m venv venv
- . venv/bin/activate
- pip install build twine pytest
- pip install -e .
build:
stage: build
@@ -23,6 +23,13 @@ build:
- dist/*.whl
expire_in: 2 days
test:
stage: test
tags:
- vips-runner
script:
- pytest
deploy:
stage: deploy
tags:
Loading