mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
ci.sh: Rename install_d to install_host_compiler and add some more comments
This commit is contained in:
parent
88a9f59748
commit
ac598b9b60
3 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
common_steps_template: &COMMON_STEPS_TEMPLATE
|
||||
install_prerequisites_script: ./cirrusci.sh
|
||||
install_host_compiler_script: ./ci.sh install_d
|
||||
install_host_compiler_script: ./ci.sh install_host_compiler
|
||||
setup_repos_script: |
|
||||
set -uexo pipefail
|
||||
ln -s $CIRRUS_WORKING_DIR ../dmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue