diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index 2eb66d9..0000000 --- a/.drone.yml +++ /dev/null @@ -1,11 +0,0 @@ -kind: pipeline -name: default - -steps: -- name: build - image: haskell - commands: - - cabal install --only-dependencies - - cabal configure - - cabal build - \ No newline at end of file diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..8ffee61 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: haskell + commands: + - cabal install --only-dependencies + - cabal configure + - cabal build \ No newline at end of file