mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-30 12:12:00 +03:00
6 lines
229 B
YAML
6 lines
229 B
YAML
loops:
|
|
ci: nix-build ci.nix --no-out-link
|
|
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
|
|
|