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

Do testing and deploying in on job for now

parent 8ac29d4c
No related branches found
No related tags found
No related merge requests found
Pipeline #22245 failed
...@@ -5,18 +5,6 @@ full: ...@@ -5,18 +5,6 @@ full:
- git submodule update --init --recursive - git submodule update --init --recursive
- python -m pip install -e . - python -m pip install -e .
- python setup.py test - python setup.py test
tags:
- docker
- cuda
artifacts:
paths:
- 'src/pyronn_torch/pyronn_layers_cpp.so'
deploy:
stage: test
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script:
- git submodule update --init --recursive
- python setup.py bdist_wheel - python setup.py bdist_wheel
- python setup.py sdist - python setup.py sdist
tags: tags:
...@@ -24,4 +12,5 @@ deploy: ...@@ -24,4 +12,5 @@ deploy:
- cuda - cuda
artifacts: artifacts:
paths: paths:
- 'src/pyronn_torch/pyronn_layers_cpp.so'
- 'dist' - 'dist'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment