mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
remove appveyor specific code paths (#3071)
This commit is contained in:
parent
351d40e51c
commit
33e3ff5de8
2 changed files with 0 additions and 5 deletions
|
@ -51,8 +51,6 @@ mod gn {
|
|||
// Tell Cargo when to re-run this file. We do this first, so these directives
|
||||
// can take effect even if something goes wrong later in the build process.
|
||||
println!("cargo:rerun-if-env-changed=DENO_BUILD_PATH");
|
||||
// TODO: this is obviously not appropriate here.
|
||||
println!("cargo:rerun-if-env-changed=APPVEYOR_REPO_COMMIT");
|
||||
|
||||
// This helps Rust source files locate the snapshot, source map etc.
|
||||
println!("cargo:rustc-env=GN_OUT_DIR={}", gn_out_dir);
|
||||
|
|
|
@ -236,9 +236,6 @@ def parse_exit_code(s):
|
|||
def enable_ansi_colors():
|
||||
if os.name != 'nt':
|
||||
return True # On non-windows platforms this just works.
|
||||
elif "CI" in os.environ:
|
||||
return True # Ansi escape codes work out of the box on Appveyor.
|
||||
|
||||
return enable_ansi_colors_win10()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue