pelican-ci-test/.gitlab-ci.yml
2020-04-11 16:35:24 +09:00

7 lines
118 B
YAML

image: python:3.7-alpine
script:
- apk update && apk add make
- pip install -r requirements.txt
- make publish