mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-12-26 07:33:33 +03:00
Update travis to build crucible without -Werror.
This commit is contained in:
parent
2d12aea63b
commit
888c1abab6
@ -29,6 +29,8 @@ install:
|
||||
# Here starts the actual work to be performed for the package under test;
|
||||
# any command which exits with a non-zero exit code causes the build to fail.
|
||||
script:
|
||||
# Build crucible with no -Werror
|
||||
- stack build crucible
|
||||
# Build packages
|
||||
- stack build --ghc-options="-Wall -Werror"
|
||||
# Run tests
|
||||
|
Loading…
Reference in New Issue
Block a user