1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00

ci: set RUST_BACKTRACE=1

This commit is contained in:
Bert Belder 2018-10-03 00:06:41 -07:00
parent 3f1899fc46
commit 6b77acf39d
No known key found for this signature in database
GPG key ID: 7A77887B2E2ED461
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ environment:
MTIME_CACHE_DB: $(APPVEYOR_BUILD_FOLDER)\mtime_cache.xml
CARGO_HOME: $(USERPROFILE)\.cargo
RUSTUP_HOME: $(USERPROFILE)\.rustup
RUST_BACKTRACE: 1
RELEASE_ARTIFACT: deno_win_x64.zip
# Appveyor uses 7zip to pack cache directories. We use these options:

View file

@ -9,6 +9,7 @@ env:
global:
- CARGO_HOME=$HOME/.cargo/
- RUSTUP_HOME=$HOME/.rustup/
- RUST_BACKTRACE=1
- HOMEBREW_PATH=$HOME/homebrew/
- DENO_BUILD_ARGS="use_custom_libcxx=false use_sysroot=false"
- DENO_BUILD_PATH=$HOME/out/Default