Add radix-heap pipeline

This commit is contained in:
Paul Brinkmeier 2022-09-14 14:31:18 +02:00
parent d643ec6dc2
commit a97c86761a

View File

@ -19,3 +19,16 @@ steps:
- cd algo2 - cd algo2
- gcc -o pairingheap pairingheap.c - gcc -o pairingheap pairingheap.c
- ./pairingheap - ./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