diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-02-25 03:12:23 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2019-02-25 03:12:23 +0530 |
commit | 9291f37b65b3cb4e9e553feccffca125699fbda8 (patch) | |
tree | b148a0e7858df84ace065c7d78090fc179897bbe /ci | |
parent | f4b344f5b080f0d151283eca9046d5668c22cee7 (diff) | |
download | meson-9291f37b65b3cb4e9e553feccffca125699fbda8.zip meson-9291f37b65b3cb4e9e553feccffca125699fbda8.tar.gz meson-9291f37b65b3cb4e9e553feccffca125699fbda8.tar.bz2 |
ci: Debug why dmd --version is returning 1
Diffstat (limited to 'ci')
-rw-r--r-- | ci/install-dmd.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-dmd.ps1 b/ci/install-dmd.ps1 index fc8226c..aeacdf2 100644 --- a/ci/install-dmd.ps1 +++ b/ci/install-dmd.ps1 @@ -68,4 +68,4 @@ $dmd_bin = Join-Path $dmd_install "dmd2\windows\bin" $Env:Path = $Env:Path + ";" + $dmd_bin #echo "Testing DMD..." -& dmd.exe --version 2>&1>$null +& dmd.exe --version |