feedback/feedback.yaml

6 lines
245 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 20:46:08 +03:00
install: stack install --fast --exec='feedback --help' --no-nix --system-ghc --with-hpack hpack
2022-03-06 16:34:27 +03:00
test: stack build --fast --exec='feedback-test --debug ci' --no-nix --system-ghc --with-hpack hpack
2022-03-06 14:48:52 +03:00