0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

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.
This commit is contained in:
Bert Belder 2019-09-12 19:01:55 +02:00
parent e2421f78f3
commit 152de0129e
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461

View file

@ -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