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