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

modified to .travis.yml to help in autopsy build

parent 2550026c
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@
<jar jarfile="${dist}/sleuthkit-${VERSION}.jar" basedir="${build}"/>
</target>
<target name="dist-PostgreSQL" depends="check-build, init-ivy, compile, copyLibs-PostgreSQL" unless="up-to-date" description="generate the PostgreSQL distribution">
<target name="dist-PostgreSQL" depends="check-build, init-ivy, compile, copyLibs-PostgreSQL" description="generate the PostgreSQL distribution">
<!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
<jar jarfile="${dist}/sleuthkit-postgresql-${VERSION}.jar" basedir="${build}"/>
</target>
......
......@@ -2,11 +2,7 @@
set -ex
if test ${TRAVIS_OS_NAME} = "linux"; then
sudo apt-get -qq update
sudo apt-get -y install libafflib-dev libewf-dev libpq-dev libsqlite3-dev testdisk ant libcppunit-dev
sudo apt-get -y install libafflib-dev libewf-dev libpq-dev libsqlite3-dev ant libcppunit-dev
fi
./bootstrap && ./configure --prefix=/usr && make
if test ${TRAVIS_REPO_SLUG} = "sleuthkit/autopsy"; then
cd bindings/java/dist
ln -s sleuthkit-4.6.0.jar sleuthkit-postgresql-4.6.0.jar
fi
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