Skip to content

Commit 64066fa

Browse files
committed
Turn on backtraces to improve CI usefulness
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
1 parent ae66d15 commit 64066fa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
image: Visual Studio 2017
22
environment:
33
RUSTFLAGS: -Ctarget-feature=+crt-static
4+
RUST_BACKTRACE: 1
45
matrix:
56
- TARGET: x86_64-pc-windows-msvc
67
ALLOW_PR: 1

ci/run.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -ex
44

5+
RUST_BACKTRACE=1
6+
export RUST_BACKTRACE
7+
58
rustc -vV
69
cargo -vV
710

0 commit comments

Comments
 (0)