1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-07 18:30:34 +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: script:
- make - make
- make test - make test
- ls - pwd
- find . -iname "LastTest.log"
- sudo make install - sudo make install
- /usr/local/bin/pdf2htmlEX -v - /usr/local/bin/pdf2htmlEX -v
branches: 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")