mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
CirrusCI: always run with FULL_BUILD=true
This commit is contained in:
parent
b10a896afa
commit
a0c2808b15
1 changed files with 1 additions and 2 deletions
|
@ -35,7 +35,6 @@ common_steps_template: &COMMON_STEPS_TEMPLATE
|
||||||
source ci.sh
|
source ci.sh
|
||||||
build
|
build
|
||||||
test_dmd_script: |
|
test_dmd_script: |
|
||||||
if [ -z "$CIRRUS_PR" ]; then export FULL_BUILD="true"; fi
|
|
||||||
source ci.sh
|
source ci.sh
|
||||||
test_dmd
|
test_dmd
|
||||||
test_druntime_script: |
|
test_druntime_script: |
|
||||||
|
@ -53,7 +52,7 @@ environment:
|
||||||
N: 4
|
N: 4
|
||||||
BRANCH: master
|
BRANCH: master
|
||||||
OS_NAME: linux
|
OS_NAME: linux
|
||||||
FULL_BUILD: false
|
FULL_BUILD: true
|
||||||
|
|
||||||
# Linux
|
# Linux
|
||||||
task:
|
task:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue