Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
binary
Commits
3e07f55b
Unverified
Commit
3e07f55b
authored
Mar 06, 2017
by
Lennart Kolmodin
Browse files
[travis] Fail build if it has warnings.
parent
0147456b
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
3e07f55b
...
...
@@ -37,7 +37,7 @@ install:
-
cabal install criterion deepseq mtl "QuickCheck >= 2.8" HUnit "test-framework-quickcheck2 >= 0.3" "random >= 1.0.1.0" attoparsec cereal tar zlib -j
script
:
-
cabal configure --enable-tests --enable-benchmarks -v2 --ghc-options=-fno-spec-constr
-
cabal configure --enable-tests --enable-benchmarks -v2 --ghc-options=
"
-fno-spec-constr
-Wall -Werror"
-
cabal build
-
cabal test
# "cabal check" disabled due to -O2 warning
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment