[commit: ghc] wip/jenkins: Debug (c8475ce)

git at git.haskell.org git at git.haskell.org
Thu May 18 03:43:11 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/jenkins
Link       : http://ghc.haskell.org/trac/ghc/changeset/c8475ce05ea691e9c898ce26880330ba2a17d2a0/ghc

>---------------------------------------------------------------

commit c8475ce05ea691e9c898ce26880330ba2a17d2a0
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed May 17 23:42:59 2017 -0400

    Debug


>---------------------------------------------------------------

c8475ce05ea691e9c898ce26880330ba2a17d2a0
 Jenkinsfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index f9debf5..f66b919 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -29,6 +29,8 @@ def buildGhc(boolean runNofib) {
   }
 
   stage('Build') {
+    sh 'pwd'
+    sh 'ls'
     sh 'git submodule update --init --recursive'
     def speed = 'NORMAL'
     if (params.nightly) {



More information about the ghc-commits mailing list