From 7549c4fdd25124966b822cdde9b0b3bee2ccfc94 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Wed, 26 Feb 2020 15:24:17 +0100 Subject: [PATCH] Do testing and deploying in on job for now --- .gitlab-ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61e9c4c..f343435 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,18 +5,6 @@ full: - 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' - -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 sdist tags: @@ -24,4 +12,5 @@ deploy: - cuda artifacts: paths: + - 'src/pyronn_torch/pyronn_layers_cpp.so' - 'dist' -- GitLab