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 @@ ...@@ -146,7 +146,7 @@
<jar jarfile="${dist}/sleuthkit-${VERSION}.jar" basedir="${build}"/> <jar jarfile="${dist}/sleuthkit-${VERSION}.jar" basedir="${build}"/>
</target> </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 --> <!-- Put everything in ${build} into the MyProject-${DSTAMP}.jar file -->
<jar jarfile="${dist}/sleuthkit-postgresql-${VERSION}.jar" basedir="${build}"/> <jar jarfile="${dist}/sleuthkit-postgresql-${VERSION}.jar" basedir="${build}"/>
</target> </target>
......
...@@ -2,11 +2,7 @@ ...@@ -2,11 +2,7 @@
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 testdisk ant libcppunit-dev sudo apt-get -y install libafflib-dev libewf-dev libpq-dev libsqlite3-dev ant libcppunit-dev
fi fi
./bootstrap && ./configure --prefix=/usr && make ./bootstrap && ./configure --prefix=/usr && make
if test ${TRAVIS_REPO_SLUG} = "sleuthkit/autopsy"; then cd bindings/java/ && ant dist-PostgreSQL
cd bindings/java/dist
ln -s sleuthkit-4.6.0.jar sleuthkit-postgresql-4.6.0.jar
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment