]> kaliko git repositories - mpd-sima.git/blobdiff - .gitlab-ci.yml
Controls MPD protocol version (need 0.21 at least for filters)
[mpd-sima.git] / .gitlab-ci.yml
index 2b204856a82e75e18f958ad4a77a79dbf774077a..484d151867bd9cd06251ba50fc37e946a5f33acd 100644 (file)
@@ -1,5 +1,5 @@
 # Official language image. Look for the different tagged releases at:
-# https://hub.docker.com/r/library/python/
+# https://hub.docker.com/_/python
 image: python:3
 
 variables:
@@ -14,7 +14,7 @@ stages:
   - test
   - build
 
-test:
+smoketest:
   stage: test
   script:
   - pip install pytest-cov requests
@@ -33,10 +33,20 @@ test:
     - dist/*.tar.gz
     - dist/*.zip
 
+vinstall:
+  stage: test
+  script:
+  # test virtualenv install
+  - python3 ./vinstall.py
+  # smoke test
+  - ./vmpd-sima --help
+  artifacts:
+    expire_in: 1 hour
+
 tag_release:
   stage: build
   dependencies:
-    - test
+    - smoketest
   script:
     - python -V
   artifacts: