From a0c2808b15d4834141a961b924d7ba7cecb80a2a Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Thu, 3 Sep 2020 05:14:13 +0200 Subject: [PATCH] CirrusCI: always run with FULL_BUILD=true --- .cirrus.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 4e4e6039fe..69d0d1fe56 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -35,7 +35,6 @@ common_steps_template: &COMMON_STEPS_TEMPLATE source ci.sh build test_dmd_script: | - if [ -z "$CIRRUS_PR" ]; then export FULL_BUILD="true"; fi source ci.sh test_dmd test_druntime_script: | @@ -53,7 +52,7 @@ environment: N: 4 BRANCH: master OS_NAME: linux - FULL_BUILD: false + FULL_BUILD: true # Linux task: