Display test logs after build
This commit is contained in:
parent
a939356f2e
commit
96c05610cc
2 changed files with 4 additions and 1 deletions
|
@ -12,4 +12,4 @@ script:
|
|||
after_success:
|
||||
- coveralls --gcov gcov-4.9 --exclude samples --exclude dependencies --gcov-options '\-lp' -b .
|
||||
after_failure:
|
||||
- cat $(find check -iname '*.log') /dev/null
|
||||
- cat $(find samples -iname '*.log') /dev/null
|
||||
|
|
|
@ -60,6 +60,9 @@ build_script:
|
|||
test_script:
|
||||
- '%CYG_BASH% -lc "cd $APPVEYOR_BUILD_FOLDER; exec 0</dev/null; make check"'
|
||||
|
||||
after_test:
|
||||
- '%CYG_BASH% -lc "cat $(find $APPVEYOR_BUILD_FOLDER/samples -iname \"*.log\") /dev/null'
|
||||
|
||||
notifications:
|
||||
|
||||
- provider: Email
|
||||
|
|
Loading…
Add table
Reference in a new issue