gitlab ci
This commit is contained in:
parent
e9c85fec9d
commit
fb0b510a1b
|
|
@ -2,7 +2,7 @@ image: python:3.7.3-alpine
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- apk --no-cache add make gcc
|
- apk --no-cache add make gcc musl-dev
|
||||||
- pip install -r dev_requirements.txt
|
- pip install -r dev_requirements.txt
|
||||||
- cd docs
|
- cd docs
|
||||||
- make html
|
- make html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue