Skip to content
Snippets Groups Projects
Commit 8f61e675 authored by esaunders's avatar esaunders
Browse files

Update Travis to build case-uco.

parent 8b7a47c2
Branches
Tags
No related merge requests found
......@@ -65,6 +65,7 @@ script:
- javac -version
- ./bootstrap && ./configure --prefix=/usr && make
- pushd bindings/java/ && ant -q dist && popd
- pushd case-uco/java/ && ant && 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
- if test ${TRAVIS_OS_NAME} = "linux"; then
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