novel-stats/.drone.yml

13 lines
167 B
YAML
Raw Normal View History

2021-10-22 20:59:21 +00:00
kind: pipeline
name: python-3-8-alpine-3-13
clone:
skip_verify: true
steps:
- name: build
image: alpine:3.13
pull: always
commands:
- tests/run-ci-tests