1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 01:28:39 +00:00

travis debug

This commit is contained in:
Lu Wang 2014-11-16 23:01:59 +08:00
parent d97c20028a
commit a7517a9bc2
2 changed files with 2 additions and 3 deletions

View File

@ -10,8 +10,7 @@ before_script:
script:
- make
- make test
- ls
- find . -iname "LastTest.log"
- pwd
- sudo make install
- /usr/local/bin/pdf2htmlEX -v
branches:

View File

@ -1 +1 @@
SET(CTEST_CUSTOM_POST_TEST "cat Testing/Temporary/LastTest.log")
SET(CTEST_CUSTOM_POST_TEST "echo `pwd` && cat Testing/Temporary/LastTest.log")