This commit is contained in:
parent
efe00b5923
commit
75cbaa24c8
1 changed files with 21 additions and 0 deletions
21
.drone.yml
Normal file
21
.drone.yml
Normal 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: {}
|
||||||
|
#
|
Loading…
Reference in a new issue