Make stack build and test run in nix-shell
This commit is contained in:
parent
a97c86761a
commit
9b0bb23e62
@ -30,5 +30,5 @@ steps:
|
|||||||
image: nixos/nix:2.11.0
|
image: nixos/nix:2.11.0
|
||||||
commands:
|
commands:
|
||||||
- cd algo2/radix-heap
|
- cd algo2/radix-heap
|
||||||
- stack build
|
- nix-shell --run "stack build"
|
||||||
- stack test
|
- nix-shell --run "stack test"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user