Add CI config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul Brinkmeier 2022-09-21 23:50:13 +02:00
parent 98ef505453
commit 79cebeb52a

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: stack build
image: haskell:9.2.4-slim
commands:
- stack build