Add radix-heap pipeline
This commit is contained in:
parent
d643ec6dc2
commit
a97c86761a
13
.drone.yml
13
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user