Changeset 1491313 in ammosreader for .gitlab-ci.yml
- Timestamp:
- 06/30/22 14:11:20 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 1cb301b
- Parents:
- 93661be
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
r93661be r1491313 9 9 script: 10 10 - python3 --version 11 - pip install --upgrade sphinx numpy sphinx_adc_theme11 - pip install --upgrade numpy pdoc3 12 12 - pip install git+http://enno:xrge6-j2NkpRwsi9BXQn@gitlab.kid.local/kidzg/ammosreader.git 13 - sphinx-build -b html doc/rst/public13 - pdoc3 --html ammosreader -o public 14 14 artifacts: 15 15 paths:
Note:
See TracChangeset
for help on using the changeset viewer.