Set RUSTC_WRAPPERf in travis and appveyor (#2978)

This commit is contained in:
Ryan Dahl 2019-09-19 15:35:44 -04:00 committed by GitHub
parent 56ac638d93
commit 718a2e8281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ clone_folder: C:\deno
clone_depth: 1
environment:
RUSTC_WRAPPER: sccache
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
DENO_BUILD_MODE: release
DENO_BUILD_PATH: $(APPVEYOR_BUILD_FOLDER)\target\release

View File

@ -7,6 +7,7 @@ git:
depth: 1
env:
global:
- RUSTC_WRAPPER=sccache
- RUST_BACKTRACE=full
- PATH=$TRAVIS_BUILD_DIR/third_party/llvm-build/Release+Asserts/bin:$PATH
- PYTHONPATH=third_party/python_packages