mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
Set RUSTC_WRAPPERf in travis and appveyor (#2978)
This commit is contained in:
parent
56ac638d93
commit
718a2e8281
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user