Display test logs after build

This commit is contained in:
Snaipe 2015-03-17 01:06:41 +01:00
parent a939356f2e
commit 96c05610cc
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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