ci.sh: Rename install_d to install_host_compiler and add some more comments

This commit is contained in:
Martin Kinkelin 2020-10-15 14:16:34 +02:00
parent 88a9f59748
commit ac598b9b60
3 changed files with 8 additions and 5 deletions

View file

@ -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