transfer_more/.drone.yml
2022-11-23 21:29:23 +01:00

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