mirror of
https://github.com/dlang/dmd.git
synced 2025-04-27 05:30:13 +03:00
azure: enable build and test of debug compiler
This commit is contained in:
parent
91af080df2
commit
73df16b5cd
6 changed files with 79 additions and 44 deletions
|
@ -53,8 +53,13 @@ dm_make() {
|
|||
cp "$DMC" "$DM_MAKE" "dm/path"
|
||||
}
|
||||
|
||||
echo "[STEP]: Downloading LDC"
|
||||
ldc
|
||||
if [ "$D_COMPILER" == "dmd" ]; then
|
||||
echo "[STEP]: Downloading DMD"
|
||||
install_host_dmd
|
||||
elif [ "$D_COMPILER" == "ldc" ]; then
|
||||
echo "[STEP]: Downloading LDC"
|
||||
ldc
|
||||
fi
|
||||
|
||||
echo "[STEP]: Downloading VisualD"
|
||||
visuald
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue