mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
ci.sh: Replace BRANCH env variable by explicit setup_repos command arg
This commit is contained in:
parent
f1c0b2736a
commit
bd6f181f4d
3 changed files with 7 additions and 8 deletions
|
@ -8,7 +8,7 @@ common_steps_template: &COMMON_STEPS_TEMPLATE
|
|||
setup_repos_script: |
|
||||
set -uexo pipefail
|
||||
ln -s $CIRRUS_WORKING_DIR ../dmd
|
||||
BRANCH="${CIRRUS_BASE_BRANCH:-$CIRRUS_BRANCH}" ./ci.sh setup_repos
|
||||
./ci.sh setup_repos "${CIRRUS_BASE_BRANCH:-$CIRRUS_BRANCH}"
|
||||
build_script: ./ci.sh build
|
||||
test_dmd_script: ./ci.sh test_dmd
|
||||
test_druntime_script: ./ci.sh test_druntime
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue