summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-02-14 17:37:08 -0500
committerBen Gamari <ben@smart-cactus.org>2018-02-18 11:56:09 -0500
commita644dffe8830a9f5a65f066fa84df9df494a5fe8 (patch)
tree82594ac49101a3abe8bef25ea157b0d44f2bd622 /.circleci/config.yml
parentd5ac5820111bc957e72c8ce11e59d7cbbdd63526 (diff)
downloadhaskell-a644dffe8830a9f5a65f066fa84df9df494a5fe8.tar.gz
circleci: Add nightly build using devel2 flavour
Diffstat (limited to '.circleci/config.yml')
-rw-r--r--.circleci/config.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 80bccd725e..b93c65104e 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: