From a97c86761aa1f329936d91931899f3a1163abe06 Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Wed, 14 Sep 2022 14:31:18 +0200 Subject: [PATCH] Add radix-heap pipeline --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index d016230..cc26732 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,3 +19,16 @@ steps: - cd algo2 - gcc -o pairingheap pairingheap.c - ./pairingheap + +--- +kind: pipeline +type: docker +name: haskell + +steps: + - name: radix-heap + image: nixos/nix:2.11.0 + commands: + - cd algo2/radix-heap + - stack build + - stack test