azure: enable build and test of debug compiler

This commit is contained in:
Rainer Schuetze 2019-08-05 08:36:17 +02:00
parent 91af080df2
commit 73df16b5cd
6 changed files with 79 additions and 44 deletions

View file

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