未验证 提交 152de012 编写于 作者: B Bert Belder

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.
上级 e2421f78
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册