Skip to content
Snippets Groups Projects
Commit 7995c517 authored by Henri Payno's avatar Henri Payno
Browse files

clean .gitlab-ci.yml

parent cf78ac93
No related branches found
No related tags found
No related merge requests found
Pipeline #95948 failed
......@@ -146,30 +146,6 @@ test:python3.7-stretch-pyqt5_pymca_larch:
image: docker-registry.esrf.fr/dau/est:python3.7_stretch_pyqt5_gtk3_wxpython
<<: *test_linux_template_pymca_larch
check_lint:
stage: test
image: docker-registry.esrf.fr/dau/ewoks:python_3.8
tags:
- linux
before_script:
- arch
- which python
- python --version
- python -m pip install pip --upgrade
- python -m pip install setuptools --upgrade
- python -m pip install flake8
script:
- python setup.py build
- python -m pip install .[doc]
- python setup.py build_sphinx
- mv build/sphinx/html artifacts/doc
artifacts:
paths:
- artifacts/doc/
when: on_success
expire_in: 2h
only:
- master
test:test-est-tutorials_pymca:
image: docker-registry.esrf.fr/dau/est:python3.7_stretch_pyqt5_gtk3_wxpython
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment