From a644dffe8830a9f5a65f066fa84df9df494a5fe8 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Wed, 14 Feb 2018 17:37:08 -0500 Subject: circleci: Add nightly build using devel2 flavour --- .circleci/config.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to '.circleci/config.yml') 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: -- cgit v1.2.1