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

Add .gitlab-ci.yml

parent bd11fd51
Branches
Tags v1.0.0
No related merge requests found
full:
stage: test
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script:
- git submodule update --init --recursive
- python -m pip install -e .
- python setup.py test
tags:
- docker
- cuda
artifacts:
paths:
- 'src/pyronn_torch/pyronn_layers_cpp.so'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment