Changeset 437474e in ammosreader
- Timestamp:
- 05/05/22 11:16:33 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- d954282
- Parents:
- ab26682
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
rab26682 r437474e 5 5 - python3 --version 6 6 - pip install -U sphinx 7 - pip install --upgrade sphinx_adc_theme 7 8 - sphinx-build -b html doc/rst/ public 8 9 artifacts: … … 16 17 - cd tests 17 18 - pip install -U pytest 18 - pip install --upgrade sphinx_adc_theme19 19 - pytest --junitxml=report.xml 20 20 artifacts:
Note:
See TracChangeset
for help on using the changeset viewer.