diff options
| author | Bert Belder <bertbelder@gmail.com> | 2018-10-03 00:06:41 -0700 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2018-10-03 05:35:38 -0700 |
| commit | 6b77acf39ddcb68b26e877f8c4a9dc289cd3691e (patch) | |
| tree | 4f64a3379692fea70d15f1fa9a150466102ea4a3 /.appveyor.yml | |
| parent | 3f1899fc46e66aa80e9f8a469839b5b8a7b8506c (diff) | |
ci: set RUST_BACKTRACE=1
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index a2e738386..adbcfac55 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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: |
