ci: Add drone.yml file
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-02-05 18:37:09 +01:00
parent efe00b5923
commit 75cbaa24c8

21
.drone.yml Normal file
View file

@ -0,0 +1,21 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: Build
image: crystallang/crystal:1.7.1
volumes:
- name: cache
path: /stupid
commands:
- pwd
- cd /app
- shards install
- shards build
volumes:
- name: cache
temp: {}
#