hence/.drone.yml
Dominic Grimm dbbb7949e8
Some checks failed
continuous-integration/drone/push Build is failing
Fix some stuff
2022-07-09 17:42:32 +02:00

17 lines
305 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: ameba
image: veelenga/ameba:latest
commands:
- ameba src/
- name: build
image: tmaier/docker-compose
commands:
- shards install --production
- shards build --release --static
depends_on:
- ameba