]> kaliko git repositories - mpd-sima.git/blobdiff - .gitlab-ci.yml
Cleanup PlayerError exception wrapper
[mpd-sima.git] / .gitlab-ci.yml
index 0ae3330bc704e3bac579e630abf63b85263a4c60..ad63ee2b930e8adb55be3d3727d41d721c203e19 100644 (file)
@@ -29,7 +29,8 @@ smoketest:
   # build wheel and source
   - python setup.py bdist_wheel sdist
   # manual and HTML documentation
-  - python setup.py build_sphinx
+  - sphinx-build -d ./build/doctrees doc/source -b man ./build/man/
+  - sphinx-build -d ./build/doctrees doc/source -b html ./build/html/
   # install
   - pip install dist/*.whl
   # smoke test
@@ -57,16 +58,6 @@ unittests:
     reports:
       junit: report.xml
 
-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: