Skip to content
Snippets Groups Projects
Commit f2f9c30b authored by Greg DiCristofaro's avatar Greg DiCristofaro
Browse files

add dependency

parent f873488c
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ addons:
- autopoint
- libsqlite3-dev
- ant
- ant-optional
- libcppunit-dev
- wget
- openjdk-8-jdk
......@@ -64,14 +65,12 @@ before_script:
script:
- javac -version
- ./bootstrap && ./configure --prefix=/usr && make
- pushd bindings/java/ && ant -q dist && popd
- pushd bindings/java/
- ant -q dist
- ant test
- popd
- pushd case-uco/java/ && ant -q && 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
- pushd bindings/java/
- ant -q clean
- ant dist
- ant test
- popd
- if test ${TRAVIS_OS_NAME} = "linux"; then
pushd release && ./release-unix.pl ci && popd;
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment