[commit: ghc] wip/nfs-locking: Print out system.config when running CI. (e094834)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:52:18 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/e094834509c6280ea2d049fea51e1a129ccac2ae/ghc
>---------------------------------------------------------------
commit e094834509c6280ea2d049fea51e1a129ccac2ae
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Jan 14 17:53:50 2016 +0000
Print out system.config when running CI.
>---------------------------------------------------------------
e094834509c6280ea2d049fea51e1a129ccac2ae
.appveyor.yml | 1 +
.travis.yml | 1 +
2 files changed, 2 insertions(+)
diff --git a/.appveyor.yml b/.appveyor.yml
index 68c1fd8..d8854cc 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -30,6 +30,7 @@ install:
- bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/mingw-w64/x86_64/"
- bash -lc "cd /home/ghc; mkdir -p ghc-tarballs/perl/"
- bash -lc "cd /home/ghc; exec 0</dev/null; ./configure --enable-tarballs-autodownload"
+ - bash -lc "cat /home/ghc/shake-build/cfg/system.config"
- ghc --version
- stack --version
- alex --version
diff --git a/.travis.yml b/.travis.yml
index 4ff35ec..1b96c78 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -59,6 +59,7 @@ install:
- ( cd ghc && ./boot )
- ( cd ghc && ./configure )
+ - cat ghc/shake-build/cfg/system.config
script:
- ( cd ghc/shake-build && cabal haddock --internal )
More information about the ghc-commits
mailing list