[commit: ghc] master: Travis: actually do debug builds (0d4b074)
git at git.haskell.org
git at git.haskell.org
Fri Jul 17 23:56:55 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0d4b0742f33dc6f358d89aa52b8c8b5e39892a4a/ghc
>---------------------------------------------------------------
commit 0d4b0742f33dc6f358d89aa52b8c8b5e39892a4a
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Fri Jul 17 11:34:46 2015 +0200
Travis: actually do debug builds
>---------------------------------------------------------------
0d4b0742f33dc6f358d89aa52b8c8b5e39892a4a
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index b283937..5e56226 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -47,7 +47,7 @@ script:
# do not build dynamic libraries
- echo 'DYNAMIC_GHC_PROGRAMS = NO' >> mk/validate.mk
- echo 'GhcLibWays = v' >> mk/validate.mk
- - if [ "$DEBUG_STAGE" = "YES" ]; then echo 'GhcStage2HcOpts += -DDEBUG' >> mk/validate.mk; fi
+ - if [ "$DEBUG_STAGE2" = "YES" ]; then echo 'GhcStage2HcOpts += -DDEBUG' >> mk/validate.mk; fi
# Don't use --quiet, as it might cause the testsuite to not print output for
# over 10 minutes, causing Travis to kill our job.
- CPUS=2 SKIP_PERF_TESTS=YES ./validate --fast
More information about the ghc-commits
mailing list