summaryrefslogtreecommitdiff
path: root/.circleci/config.yml
diff options
context:
space:
mode:
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: