From e35de34feec63b14ad235e1680cac99e3035bd7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 12 Feb 2022 18:17:51 +0100 Subject: [PATCH] package/ci: Chocolatey, go away. --- package/ci/appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package/ci/appveyor.yml b/package/ci/appveyor.yml index d0eef86..b25eda1 100644 --- a/package/ci/appveyor.yml +++ b/package/ci/appveyor.yml @@ -40,7 +40,11 @@ environment: PYTHON: 36 install: -- cinst ninja +# Ninja. `cinst ninja` started 503ing in late November 2019 and wasn't really +# reliable before either. So install by hand, as that's reliable always. +- IF NOT EXIST %APPVEYOR_BUILD_FOLDER%\ninja-win.zip appveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip +- 7z x ninja-win.zip -oC:/tools/ninja + # pip is in Scripts - set PATH=C:/tools/ninja;C:/Python%PYTHON%-x64;C:/Python%PYTHON%-x64/Scripts;%PATH% - pip3 install coverage codecov