Skip to content
Snippets Groups Projects
Commit bcc609c6 authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

testing uploaded pip version

parent 3bf1af9b
Branches
Tags
No related merge requests found
...@@ -110,11 +110,13 @@ deploy staging documentation: ...@@ -110,11 +110,13 @@ deploy staging documentation:
only: only:
- develop - develop
# Test is not really working... test pip deployment:
.test staging deployment: image: python:3
image: alpine
stage: deploy-test stage: deploy-test
script: script:
- pip3 install $PIP_EXTRA_FLAGS nqontrol - echo ${CI_COMMIT_TAG:1}
- python3 -c "from nqontrol import Servo" - pip install NQontrol==${CI_COMMIT_TAG:1}
- python3 -c "from nqontrol import ServoDevice" - python3 -c "from NQontrol import Servo"
- python3 -c "from NQontrol import ServoDevice"
only:
-tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment