Changeset 5c0f08d in ammosreader
- Timestamp:
- 09/04/23 14:58:04 (21 months ago)
- Branches:
- guix
- Children:
- 7eb2341
- Parents:
- 5d24bea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
r5d24bea r5c0f08d 10 10 - python3 -m venv .venv 11 11 - source .venv/bin/activate 12 - pip install --upgrade numpy pdoc3 12 - pip install --upgrade numpy pdoc3 bitstring 13 13 - pdoc --html ammosreader -o public 14 14 - mv public/ammosreader public/doc … … 24 24 - python3 -m venv .venv 25 25 - source .venv/bin/activate 26 - pip install --upgrade numpy pdoc3 pytest 26 - pip install --upgrade numpy pdoc3 pytest bitstring 27 27 - cd tests 28 28 - pytest --junitxml=report.xml
Note:
See TracChangeset
for help on using the changeset viewer.