Skip to content
Snippets Groups Projects
Commit faec59da authored by Stephan Seitz's avatar Stephan Seitz
Browse files

CI: always upload artifacts

parent c0743274
No related merge requests found
Pipeline #17726 failed with stage
in 1 minute and 56 seconds
...@@ -15,8 +15,10 @@ windows: ...@@ -15,8 +15,10 @@ windows:
- python -m pip install -e . - python -m pip install -e .
- python setup.py test - python setup.py test
artifacts: artifacts:
when: always
paths: paths:
- test-report - test-report
- htmlcov
ubuntu: ubuntu:
stage: test stage: test
...@@ -27,11 +29,11 @@ ubuntu: ...@@ -27,11 +29,11 @@ ubuntu:
script: script:
- python3 -m pip install -e . - python3 -m pip install -e .
- python3 setup.py test - python3 setup.py test
- python3 setup.py doctest
tags: tags:
- docker - docker
- cuda - cuda
artifacts: artifacts:
when: always
paths: paths:
- test-report - test-report
- htmlcov - htmlcov
...@@ -49,9 +51,29 @@ conda: ...@@ -49,9 +51,29 @@ conda:
tags: tags:
- docker - docker
artifacts: artifacts:
when: always
paths: paths:
- test-report - test-report
- htmlcov - htmlcov
full:
stage: test
except:
variables:
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script:
- python -m pip install -e .
- python setup.py test
- python setup.py doctest
tags:
- docker
artifacts:
when: always
paths:
- test-report
- htmlcov
# -------------------- Linter & Documentation -------------------------------------------------------------------------- # -------------------- Linter & Documentation --------------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment