Skip to content
Snippets Groups Projects
Commit b1027772 authored by apriestman's avatar apriestman
Browse files

Update travis build target.

parent 15439928
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ before_script: ...@@ -64,7 +64,7 @@ before_script:
script: script:
- javac -version - javac -version
- ./bootstrap && ./configure --prefix=/usr && make - ./bootstrap && ./configure --prefix=/usr && make
- pushd bindings/java/ && ant -q dist-PostgreSQL && popd - pushd bindings/java/ && ant -q dist && popd
- 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 - 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 - if test ${TRAVIS_OS_NAME} = "linux"; then
pushd release && ./release-unix.pl ci && popd; pushd release && ./release-unix.pl ci && popd;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment