[commit: ghc] wip/circleci: CircleCI: Build and archive binary distribution (b41dbb1)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 14:50:17 UTC 2017


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

On branch  : wip/circleci
Link       : http://ghc.haskell.org/trac/ghc/changeset/b41dbb11bd90bc287d0a925afdf20570eac5286f/ghc

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

commit b41dbb11bd90bc287d0a925afdf20570eac5286f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Oct 25 20:02:15 2017 -0400

    CircleCI: Build and archive binary distribution


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

b41dbb11bd90bc287d0a925afdf20570eac5286f
 .circleci/config.yml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index c3f76ca..9ce13b4 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -28,3 +28,14 @@ jobs:
         name: test
         command: |
           THREADS=8 SKIP_PERF_TESTS=YES VERBOSE=2 ./validate --fast --quiet --testsuite-only
+    - run:
+        name: build binary distribution
+        command: |
+          make binary-dist
+    - run:
+        name: build artifact directory
+        command: |
+          mkdir artifacts
+          cp ghc-*.tar.xz artifacts/
+    - store_artifacts:
+        path: artifacts



More information about the ghc-commits mailing list