circleci: recognize both Warning: and warning:.
This commit is contained in:
parent
3c88a2bf60
commit
f5f8f903e1
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ commands:
|
|||
# this is to work around the fact that cabal v2 doesn't allow
|
||||
# us to use -Werror for just local build:
|
||||
# https://github.com/haskell/cabal/issues/4247
|
||||
! grep -q "warning:" build.log
|
||||
! grep -q "[Ww]arning:" build.log
|
||||
cabal v2-test -w ghc-<< parameters.ghcversion >> -j1 --disable-optimization --enable-tests
|
||||
cabal v2-haddock -w ghc-<< parameters.ghcversion >>
|
||||
cabal check
|
||||
|
|
Loading…
Add table
Reference in a new issue