gitlab ci
This commit is contained in:
parent
897d3f80cb
commit
8af0898e98
|
|
@ -1,11 +1,10 @@
|
||||||
image: alpine
|
image: python:3.7.3-slim-stretch
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- apk --no-cache add py3-pip python3-dev gcc make
|
- apt instal python3-pip python3-dev build-essentials
|
||||||
- pip3 install --upgrade pip
|
- pip3 install --upgrade pip
|
||||||
- pip3 install -r dev_requirements.txt
|
- pip3 install -r dev_requirements.txt
|
||||||
- apk --no-cache add make
|
|
||||||
- cd docs
|
- cd docs
|
||||||
- make html
|
- make html
|
||||||
- mv _build/ public/
|
- mv _build/ public/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue