diff options
Diffstat (limited to 'minici.yaml')
| -rw-r--r-- | minici.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/minici.yaml b/minici.yaml index 0813962..d381817 100644 --- a/minici.yaml +++ b/minici.yaml @@ -1,8 +1,8 @@ job build: - shell: - - cabal build -fci --constraint='megaparsec >= 9.7.0' - - mkdir build - - cp $(cabal list-bin erebos-tester) build/erebos-tester + shell: | + cabal build --ghc-options='-Werror -Wno-error=unused-imports' --constraint='megaparsec >= 9.7.0' + mkdir build + cp $(cabal list-bin erebos-tester) build/erebos-tester artifact bin: path: build/erebos-tester |