[commit: ghc] wip/fix-i386-1: circleci: Store test results of slow validation builds (1c1fe8a)

git at git.haskell.org git at git.haskell.org
Sun Dec 23 18:47:08 UTC 2018


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

On branch  : wip/fix-i386-1
Link       : http://ghc.haskell.org/trac/ghc/changeset/1c1fe8a9fdfd3e91b3c1ae8e5cf4d1a352ec2be2/ghc

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

commit 1c1fe8a9fdfd3e91b3c1ae8e5cf4d1a352ec2be2
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Oct 30 13:47:53 2018 -0400

    circleci: Store test results of slow validation builds


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

1c1fe8a9fdfd3e91b3c1ae8e5cf4d1a352ec2be2
 .circleci/config.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5be4fd5..21960b7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -282,6 +282,7 @@ jobs:
       - *configure_unix
       - *make
       - *slowtest
+      - *store_test_results
 
 workflows:
   version: 2



More information about the ghc-commits mailing list