[commit: ghc] master: circleci: Store test results of slow validation builds (21d169b)

git at git.haskell.org git at git.haskell.org
Tue Oct 30 17:55:43 UTC 2018


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/21d169b660dd95f7d382d63bc21c45279e096351/ghc

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

commit 21d169b660dd95f7d382d63bc21c45279e096351
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


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

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

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 02c151d..f356901 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -284,6 +284,7 @@ jobs:
       - *configure_unix
       - *make
       - *slowtest
+      - *store_test_results
 
 workflows:
   version: 2



More information about the ghc-commits mailing list