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
No related branches found
No related tags found
No related merge requests found
......@@ -110,11 +110,13 @@ deploy staging documentation:
only:
- develop
# Test is not really working...
.test staging deployment:
image: alpine
test pip deployment:
image: python:3
stage: deploy-test
script:
- pip3 install $PIP_EXTRA_FLAGS nqontrol
- python3 -c "from nqontrol import Servo"
- python3 -c "from nqontrol import ServoDevice"
- echo ${CI_COMMIT_TAG:1}
- pip install NQontrol==${CI_COMMIT_TAG:1}
- 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