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

Add deploy step

parent 25fb289f
Branches
No related tags found
No related merge requests found
Pipeline #22241 failed
...@@ -11,3 +11,17 @@ full: ...@@ -11,3 +11,17 @@ full:
artifacts: artifacts:
paths: paths:
- 'src/pyronn_torch/pyronn_layers_cpp.so' - '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
- python setup.py sdist
tags:
- docker
- cuda
artifacts:
paths:
- 'dist'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment