transfer_more/.drone.yml

13 lines
214 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: crystallang/crystal:latest-alpine
environment:
commands:
- apk --no-cache add curl
- mkdir -p /tmp/files
- make deps
- make test
- make build