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

travis-testing-3

parent 0c60cd80
Branches
Tags
No related merge requests found
...@@ -4,10 +4,9 @@ if test ${TRAVIS_OS_NAME} = "linux"; then ...@@ -4,10 +4,9 @@ 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 testdisk ant libcppunit-dev
fi fi
#if test ${TRAVIS_REPO_SLUG} = "sleuthkit/autopsy"; then
# git clone https://github.com/sleuthkit/sleuthkit
# cd sleuthkit
#fi
./bootstrap && ./configure --prefix=/usr && make ./bootstrap && ./configure --prefix=/usr && make
#cd /usr/share/java && sudo ln -s sleuthkit-4.6.0.jar sleuthkit-postgresql-4.6.0.jar 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment