Skip to content
Snippets Groups Projects
Commit 56cc42cb authored by esaunders's avatar esaunders
Browse files

Print which version of Java is being used to build.

parent adb09a7b
Branches
Tags
No related merge requests found
...@@ -60,6 +60,7 @@ before_script: ...@@ -60,6 +60,7 @@ before_script:
fi fi
script: script:
- 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-PostgreSQL && 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment