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