aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2019-08-28 23:45:15 +0530
committerJussi Pakkanen <jpakkane@gmail.com>2019-09-01 22:58:33 +0300
commitaa0945471ccf21a0a4bad428e40403b92e1676de (patch)
treec34c1d74727242d089ecb706c6a6a4ea1c1b9c9c /ci
parent4c8b41a173c9db76e257e872de188d42997ecee7 (diff)
downloadmeson-aa0945471ccf21a0a4bad428e40403b92e1676de.zip
meson-aa0945471ccf21a0a4bad428e40403b92e1676de.tar.gz
meson-aa0945471ccf21a0a4bad428e40403b92e1676de.tar.bz2
azure: Download pkg-config.exe from meson cidata
Diffstat (limited to 'ci')
-rw-r--r--ci/azure-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml
index d2e984f..238b9de 100644
--- a/ci/azure-steps.yml
+++ b/ci/azure-steps.yml
@@ -28,7 +28,7 @@ steps:
}
DownloadFile -Source 'https://github.com/mesonbuild/cidata/raw/master/ninja.exe' -Destination $(System.WorkFolder)\ninja.exe
- DownloadFile -Source 'http://nirbheek.in/files/binaries/pkg-config/win32/pkg-config.exe' -Destination $(System.WorkFolder)\pkg-config.exe
+ DownloadFile -Source 'https://github.com/mesonbuild/cidata/raw/master/win32/pkg-config.exe' -Destination $(System.WorkFolder)\pkg-config.exe
DownloadFile -Source 'https://download.microsoft.com/download/D/B/B/DBB64BA1-7B51-43DB-8BF1-D1FB45EACF7A/msmpisdk.msi' -Destination msmpisdk.msi
DownloadFile -Source 'https://download.microsoft.com/download/D/B/B/DBB64BA1-7B51-43DB-8BF1-D1FB45EACF7A/MSMpiSetup.exe' -Destination MSMpiSetup.exe
if ($env:compiler -ne 'msvc2015') {