fosdem-recorder.cr/.drone.yml

22 lines
324 B
YAML
Raw Normal View History

2023-02-05 17:37:09 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: Build
image: crystallang/crystal:1.7.1
volumes:
- name: cache
path: /stupid
commands:
- pwd
2023-02-05 17:44:12 +00:00
- apt-get update && apt-get install -y cmake
2023-02-05 17:37:09 +00:00
- shards install
- shards build
volumes:
- name: cache
temp: {}
#