diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 000000000..7243749f4 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: arm64 +platform: { os: linux, arch: arm64 } +steps: +- name: Test + image: buildpack-deps:focal + commands: + - export LC_ALL=C.UTF-8 + - apt-get update -y + - apt-get install -y ghc cabal-install + - cabal update + - cabal new-test