X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;ds=sidebyside;f=.gitlab-ci.yml;h=ad63ee2b930e8adb55be3d3727d41d721c203e19;hb=refs%2Fheads%2Fdev;hp=0ae3330bc704e3bac579e630abf63b85263a4c60;hpb=d27e0375d52ce7b820ac523ddb96402f1cbdbeb4;p=mpd-sima.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0ae3330..ad63ee2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: