From 152de0129e6bf7108df46af6e22867dd94ce2049 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 12 Sep 2019 19:01:55 +0200 Subject: appveyor: do not explicitly configure GN/Ninja environment Users shouldn't have to do this manually, so we want to configure CI such that it fails if our build scripts don't set it up automatically. --- .appveyor.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e0b7c66a1..746f3b059 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -102,12 +102,6 @@ install: Exec -NoNewLines { & git submodule update --init --force --depth 1 } } - # Configure depot_tools and add it to the search path. This is necessary - # because, later in this script, we need to invoke ninja directly. - - ps: |- - $env:PATH = "$env:DENO_THIRD_PARTY_PATH\depot_tools;$env:PATH" - $env:DEPOT_TOOLS_WIN_TOOLCHAIN = "0" - # Install a recent Node.js version. # TODO(ry) Upgrade to v12 once Install-Produce supports it. - ps: Install-Product -Product node -Version 10 -Platform x64 -- cgit v1.2.3