diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-08-05 23:39:17 +0300 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-08-08 08:16:34 -0700 |
commit | ddb1238ee2dc22052563c479d26c03b569f8ea32 (patch) | |
tree | 8f002abd8d9a1378655fa6ac436267cad8a3c848 | |
parent | 6c8f81333a34db54ccb23c063bb479c8e41f7d08 (diff) | |
download | meson-ddb1238ee2dc22052563c479d26c03b569f8ea32.zip meson-ddb1238ee2dc22052563c479d26c03b569f8ea32.tar.gz meson-ddb1238ee2dc22052563c479d26c03b569f8ea32.tar.bz2 |
Use Github for executable hosting.
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 20d365f..6461831 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -85,7 +85,7 @@ install: - cmd: set "ORIG_PATH=%PATH%" # Use a Ninja with QuLogic's patch: https://github.com/ninja-build/ninja/issues/1219 - cmd: set "MESON_FIXED_NINJA=1" - - ps: DownloadFile -Source 'http://nirbheek.in/files/binaries/ninja/win32/ninja.exe' -Destination 'C:\projects\meson\ninja.exe' + - ps: DownloadFile -Source 'https://github.com/mesonbuild/cidata/raw/master/ninja.exe' -Destination 'C:\projects\meson\ninja.exe' # Use the x86 python only when building for x86 for the cpython tests. # For all other archs (including, say, arm), use the x64 python. - cmd: if %arch%==x86 (set MESON_PYTHON_PATH=C:\python35) else (set MESON_PYTHON_PATH=C:\python35-x64) |