hence/.drone.yml
Dominic Grimm 790cd1a453
All checks were successful
continuous-integration/drone/push Build is passing
Fix CI
2022-07-09 17:48:44 +02:00

12 lines
202 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: crystallang/crystal:1.5-alpine
commands:
- shards install --production
- shards build --release --static