X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=.gitlab-ci.yml;fp=.gitlab-ci.yml;h=69715bba937ea7824975a1a545f5002e9a4cd279;hb=489c52affbdd678c08d1da7a68c4722b33bb23cd;hp=2b204856a82e75e18f958ad4a77a79dbf774077a;hpb=2f094f7b09621b6360c48eca45a27ea49afef130;p=mpd-sima.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b20485..69715bb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: