[commit: ghc] master: circleci: Add nightly build using devel2 flavour (a644dff)

git at git.haskell.org git at git.haskell.org
Sun Feb 18 16:59:59 UTC 2018


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

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

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

commit a644dffe8830a9f5a65f066fa84df9df494a5fe8
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Feb 14 17:37:08 2018 -0500

    circleci: Add nightly build using devel2 flavour


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

a644dffe8830a9f5a65f066fa84df9df494a5fe8
 .circleci/config.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 80bccd7..b93c651 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -215,6 +215,24 @@ jobs:
       - *make
       - *slowtest
 
+  # Nightly build with -DDEBUG using devel2 flavour
+  "validate-x86_64-linux-debug":
+    resource_class: xlarge
+    docker:
+      - image: haskell:8.2
+    environment:
+      BUILD_FLAVOUR: devel2
+      <<: *buildenv
+    steps:
+      - *precheckout
+      - checkout
+      - *prepare
+      - *submodules
+      - *boot
+      - *configure_unreg
+      - *make
+      - *test
+
 workflows:
   version: 2
   validate:
@@ -237,6 +255,7 @@ workflows:
     jobs:
     - validate-x86_64-linux-unreg
     - validate-x86_64-linux-llvm
+    - validate-x86_64-linux-debug
 
 notify:
   webhooks:



More information about the ghc-commits mailing list