AmmosSource
guix
|
Last change
on this file since 0a1cc2a was d954282, checked in by Frank Löpthien <loepthien@…>, 4 years ago |
|
Update .gitlab-ci.yml
|
-
Property mode
set to
100644
|
|
File size:
417 bytes
|
| Line | |
|---|
| 1 | image: python:latest
|
|---|
| 2 | pages:
|
|---|
| 3 | stage: deploy
|
|---|
| 4 | script:
|
|---|
| 5 | - python3 --version
|
|---|
| 6 | - pip install --upgrade sphinx numpy sphinx_adc_theme
|
|---|
| 7 | - sphinx-build -b html doc/rst/ public
|
|---|
| 8 | artifacts:
|
|---|
| 9 | paths:
|
|---|
| 10 | - public
|
|---|
| 11 | only:
|
|---|
| 12 | - main
|
|---|
| 13 | pytest:
|
|---|
| 14 | stage: test
|
|---|
| 15 | script:
|
|---|
| 16 | - cd tests
|
|---|
| 17 | - pip install -U pytest
|
|---|
| 18 | - pytest --junitxml=report.xml
|
|---|
| 19 | artifacts:
|
|---|
| 20 | when: always
|
|---|
| 21 | reports:
|
|---|
| 22 | junit: tests/report.xml
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.