mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
ci: set RUST_BACKTRACE=1
This commit is contained in:
parent
3f1899fc46
commit
6b77acf39d
2 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@ environment:
|
||||||
MTIME_CACHE_DB: $(APPVEYOR_BUILD_FOLDER)\mtime_cache.xml
|
MTIME_CACHE_DB: $(APPVEYOR_BUILD_FOLDER)\mtime_cache.xml
|
||||||
CARGO_HOME: $(USERPROFILE)\.cargo
|
CARGO_HOME: $(USERPROFILE)\.cargo
|
||||||
RUSTUP_HOME: $(USERPROFILE)\.rustup
|
RUSTUP_HOME: $(USERPROFILE)\.rustup
|
||||||
|
RUST_BACKTRACE: 1
|
||||||
RELEASE_ARTIFACT: deno_win_x64.zip
|
RELEASE_ARTIFACT: deno_win_x64.zip
|
||||||
|
|
||||||
# Appveyor uses 7zip to pack cache directories. We use these options:
|
# Appveyor uses 7zip to pack cache directories. We use these options:
|
||||||
|
|
|
@ -9,6 +9,7 @@ env:
|
||||||
global:
|
global:
|
||||||
- CARGO_HOME=$HOME/.cargo/
|
- CARGO_HOME=$HOME/.cargo/
|
||||||
- RUSTUP_HOME=$HOME/.rustup/
|
- RUSTUP_HOME=$HOME/.rustup/
|
||||||
|
- RUST_BACKTRACE=1
|
||||||
- HOMEBREW_PATH=$HOME/homebrew/
|
- HOMEBREW_PATH=$HOME/homebrew/
|
||||||
- DENO_BUILD_ARGS="use_custom_libcxx=false use_sysroot=false"
|
- DENO_BUILD_ARGS="use_custom_libcxx=false use_sysroot=false"
|
||||||
- DENO_BUILD_PATH=$HOME/out/Default
|
- DENO_BUILD_PATH=$HOME/out/Default
|
||||||
|
|
Loading…
Add table
Reference in a new issue