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:
parent
e2421f78f3
commit
152de0129e
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue