Skip to content
Snippets Groups Projects
Commit 656ba3ab authored by rishwanth1995's avatar rishwanth1995
Browse files

log test-suite

parent 72198aa5
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,5 @@ install: ...@@ -22,5 +22,5 @@ install:
- ./travis_build.sh - ./travis_build.sh
script: script:
- make check - make check && if [ -f "tests/test-suite.log" ];then cat tests/test-suite.log; fi ; if [ -f "unit_tests/base/test-suite.log" ];then cat unit_tests/base/test-suite.log; fi
- if test ${TRAVIS_OS_NAME} = "linux"; then cd release; ./release-unix.pl ci; fi - if test ${TRAVIS_OS_NAME} = "linux"; then cd release; ./release-unix.pl ci; fi
...@@ -19,7 +19,7 @@ if test ${TRAVIS_OS_NAME} = "linux"; then ...@@ -19,7 +19,7 @@ if test ${TRAVIS_OS_NAME} = "linux"; then
sudo apt-get -y install libafflib-dev libewf-dev libpq-dev autopoint libsqlite3-dev ant libcppunit-dev sudo apt-get -y install libafflib-dev libewf-dev libpq-dev autopoint libsqlite3-dev ant libcppunit-dev
elif test ${TRAVIS_OS_NAME} = "osx"; then elif test ${TRAVIS_OS_NAME} = "osx"; then
export PATH=${PATH}:/usr/local/opt/gettext/bin export PATH=${PATH}:/usr/local/opt/gettext/bin
brew install ant libewf gettext brew install ant libewf gettext cppunit
fi fi
installLib libvhdi installLib libvhdi
installLib libvmdk installLib libvmdk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment