Added Drone CI config
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-02-02 16:49:43 +01:00
parent 612d58baab
commit c61b3de696

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: fpco/stack-build:lts-20
commands:
- pwd
- ls
- stack build