fosdem-recorder.cr/.drone.yml
Glenn Y. Rolland 3b05feba32
Some checks failed
continuous-integration/drone/push Build is failing
ci: Add missing cmake
2023-02-05 18:44:12 +01:00

22 lines
324 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: Build
image: crystallang/crystal:1.7.1
volumes:
- name: cache
path: /stupid
commands:
- pwd
- apt-get update && apt-get install -y cmake
- shards install
- shards build
volumes:
- name: cache
temp: {}
#