AmmosSource
guix
Last change
on this file since 5fa1535 was 050ace0, checked in by Frank Löpthien <loepthien@…>, 3 years ago |
Update .gitlab-ci.yml
|
-
Property mode
set to
100644
|
File size:
352 bytes
|
Rev | Line | |
---|
[4125513] | 1 | image: python:latest
|
---|
[3c396a4] | 2 | pages:
|
---|
| 3 | stage: deploy
|
---|
| 4 | script:
|
---|
[050ace0] | 5 | - python3 --version
|
---|
[2d2c629] | 6 | - pip install -U sphinx
|
---|
[3c396a4] | 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 | - pytest --junitxml=report.xml
|
---|
| 18 | artifacts:
|
---|
| 19 | when: always
|
---|
| 20 | reports:
|
---|
| 21 | junit: report.xml
|
---|
Note:
See
TracBrowser
for help on using the repository browser.