diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..f6ee425c262ae3e84bf2e07e79cf804a466a73e4 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +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'