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

dist instead of build

parent fd6ca225
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ script: ...@@ -67,7 +67,7 @@ script:
- pushd bindings/java/ && ant -q dist && popd - pushd bindings/java/ && ant -q dist && popd
- pushd case-uco/java/ && ant -q && 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 - 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 clean -q && ant build -q && ant test -q && popd - pushd bindings/java/ && ant clean -q && ant dist -q && ant test -q && popd
- 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;
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment