gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-12 20:39:28 -04:00
parent 897d3f80cb
commit 8af0898e98
1 changed files with 2 additions and 3 deletions

View File

@ -1,11 +1,10 @@
image: alpine
image: python:3.7.3-slim-stretch
pages:
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 -r dev_requirements.txt
- apk --no-cache add make
- cd docs
- make html
- mv _build/ public/