Skip to content
Snippets Groups Projects
Commit 9b6896df authored by rishwanth1995's avatar rishwanth1995
Browse files

added brew install ant for osx build

parent aa3a35e2
Branches
Tags
No related merge requests found
...@@ -2,7 +2,9 @@ ...@@ -2,7 +2,9 @@
set -ex set -ex
if test ${TRAVIS_OS_NAME} = "linux"; then if test ${TRAVIS_OS_NAME} = "linux"; then
sudo apt-get -qq update sudo apt-get -qq update
sudo apt-get -y install libafflib-dev libewf-dev libpq-dev libsqlite3-dev ant libcppunit-dev sudo apt-get -y install libafflib-dev libewf-dev libpq-dev libsqlite3-dev ant libcppunit-dev
elif test ${TRAVIS_OS_NAME} = "osx"; then
brew install ant
fi fi
./bootstrap && ./configure --prefix=/usr && make ./bootstrap && ./configure --prefix=/usr && make
cd bindings/java/ && ant dist-PostgreSQL cd bindings/java/ && ant dist-PostgreSQL
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment