gitlab ci
This commit is contained in:
parent
0923a848f5
commit
897d3f80cb
|
@ -3,6 +3,7 @@ image: alpine
|
|||
pages:
|
||||
script:
|
||||
- apk --no-cache add py3-pip python3-dev gcc make
|
||||
- pip3 install --upgrade pip
|
||||
- pip3 install -r dev_requirements.txt
|
||||
- apk --no-cache add make
|
||||
- cd docs
|
||||
|
|
Loading…
Reference in New Issue