gitlab ci

This commit is contained in:
Chapin Bryce 2019-06-12 20:34:53 -04:00
parent 0923a848f5
commit 897d3f80cb
1 changed files with 1 additions and 0 deletions

View File

@ -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