Core/.drone.yml
Arthur POULET bb5e57e8b2
Some checks failed
continuous-integration/drone Build is failing
wip add drone
2022-08-07 11:28:19 +02:00

11 lines
162 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: crystallang/crystal:latest-alpine
environment:
commands:
- make deps
- make build
- make test