diff options
author | John Hodge <tpg@mutabah.net> | 2017-01-22 09:52:21 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-01-22 09:52:21 +0800 |
commit | 5176f09f270c088fdf1bf6f0baea629bed21a4ba (patch) | |
tree | 2977ca7d58434d663315db1432179abe5920c32c | |
parent | 26856ca19302b11f6624294f3c36456b04d11ea8 (diff) | |
download | mrust-5176f09f270c088fdf1bf6f0baea629bed21a4ba.tar.gz |
Travis CI - Enable gdb to help debug a travis-only segfault
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c202a276..22e0ac75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,6 @@ script: # libstd - CC=gcc-6 make test TAIL_COUNT=2 # rustc (not the actual binary, because that doesn't emit a file yet) - - CC=gcc-6 make output/librustc_driver.hir TAIL_COUNT=2 + - CC=gcc-6 make output/librustc_driver.hir TAIL_COUNT=2 TBGTPL=gdb # Tests # - CC=gcc-6 make rust_tests-run-pass RUST_TESTS_FINAL_STAGE=expand -k |