mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
ci: Enable DO_DIFF on travis-ci to facilitate debugging.
This change enables DO_DIFF on travis-ci to facilitate debugging of failing tests.
This commit is contained in:
@@ -2,9 +2,9 @@ sudo: false
|
||||
os:
|
||||
- linux
|
||||
env:
|
||||
- TOOLSET=gcc TEST_ALL_EXTRAS=
|
||||
- TOOLSET=gcc TEST_ALL_EXTRAS= DO_DIFF=1
|
||||
# - TOOLSET=gcc TEST_ALL_EXTRAS=--extras
|
||||
- TOOLSET=clang TEST_ALL_EXTRAS=
|
||||
- TOOLSET=clang TEST_ALL_EXTRAS= DO_DIFF=1
|
||||
# - TOOLSET=clang TEST_ALL_EXTRAS=--extras
|
||||
language: python
|
||||
python:
|
||||
|
||||
Reference in New Issue
Block a user