Skip to content
Snippets Groups Projects
Verified Commit ded8ab39 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update CI

parent 113df982
No related branches found
No related tags found
1 merge request!5Modernise build system
Pipeline #63051 failed
......@@ -17,24 +17,32 @@ install-py3.9:
stage: install
script:
- make install
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
install-py3.12:
image: git.km3net.de:4567/common/dockerfiles/base/python:3.12
stage: install
script:
- make install
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
install-dev-py3.9:
image: docker.km3net.de/base/python:3.9
stage: install-dev
script:
- make install-dev
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
install-dev-py3.12:
image: git.km3net.de:4567/common/dockerfiles/base/python:3.12
stage: install-dev
script:
- make install-dev
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
test-py3.9:
image: docker.km3net.de/base/python:3.9
......@@ -42,6 +50,8 @@ test-py3.9:
script:
- make install-dev
- make test
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
test-py3.12:
image: git.km3net.de:4567/common/dockerfiles/base/python:3.12
......@@ -49,17 +59,13 @@ test-py3.12:
script:
- make install-dev
- make test
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
doc-py3.9:
image: docker.km3net.de/base/python:3.9
stage: doc
script:
- make install-dev
- cd doc && make html
doc-py3.12:
doc:
image: git.km3net.de:4567/common/dockerfiles/base/python:3.12
stage: doc
script:
- make install-dev
- cd doc && make html
cache: {}
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