feedback/feedback.yaml

6 lines
229 B
YAML
Raw Normal View History

2022-03-06 14:02:43 +03:00
loops:
ci: nix-build ci.nix --no-out-link
2022-03-06 15:28:54 +03:00
install: stack build --exec='feedback --help' --no-nix --system-ghc --with-hpack hpack
test: stack build --exec='feedback-test --debug ci' --no-nix --system-ghc --with-hpack hpack
2022-03-06 14:48:52 +03:00