hence/.drone.yml

12 lines
202 B
YAML
Raw Normal View History

2022-07-09 15:33:03 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: build
2022-07-09 15:48:44 +00:00
image: crystallang/crystal:1.5-alpine
2022-07-09 15:33:03 +00:00
commands:
- shards install --production
- shards build --release --static