mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Set RUSTC_WRAPPERf in travis and appveyor (#2978)
This commit is contained in:
parent
56ac638d93
commit
718a2e8281
2 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ clone_folder: C:\deno
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
RUSTC_WRAPPER: sccache
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
DENO_BUILD_MODE: release
|
DENO_BUILD_MODE: release
|
||||||
DENO_BUILD_PATH: $(APPVEYOR_BUILD_FOLDER)\target\release
|
DENO_BUILD_PATH: $(APPVEYOR_BUILD_FOLDER)\target\release
|
||||||
|
|
|
@ -7,6 +7,7 @@ git:
|
||||||
depth: 1
|
depth: 1
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
- RUSTC_WRAPPER=sccache
|
||||||
- RUST_BACKTRACE=full
|
- RUST_BACKTRACE=full
|
||||||
- PATH=$TRAVIS_BUILD_DIR/third_party/llvm-build/Release+Asserts/bin:$PATH
|
- PATH=$TRAVIS_BUILD_DIR/third_party/llvm-build/Release+Asserts/bin:$PATH
|
||||||
- PYTHONPATH=third_party/python_packages
|
- PYTHONPATH=third_party/python_packages
|
||||||
|
|
Loading…
Add table
Reference in a new issue