hence/.drone.yml
Dominic Grimm 0eb55bbffe
Some checks failed
continuous-integration/drone/push Build is failing
Add CI integration
2022-07-09 17:33:03 +02:00

21 lines
371 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: ameba
image: veelenga/ameba
commands:
- ameba src/
- name: build
image: tmaier/docker-compose
volumes:
- name: dockersock
path: /var/run/docker.sock
commands:
- shards install --production
- shards build --release --static
depends_on:
- ameba