Skip to content
Snippets Groups Projects
Commit 5addc819 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Try install Doxygen building and web pages.

parent c7dae1fc
No related branches found
No related tags found
No related merge requests found
Pipeline #74675 failed
stages:
- test
- pages
before_script:
- apt-get update --yes
......@@ -47,3 +48,12 @@ run-test-qt:
- apt-get install --yes xvfb python3-pyqt5
- pip install pytest-xvfb pytest-qt
- pytest --cov=b_asic --cov-report xml:cov.xml --cov-report term test
pages:
image: python:3.10
script:
- apt-get install --yes doxygen
- doxygen
artifacts:
paths:
- doc/html
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