Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
a51f3617
Commit
a51f3617
authored
7 years ago
by
rishwanth1995
Browse files
Options
Downloads
Patches
Plain Diff
modified to .travis.yml to help in autopsy build
parent
2550026c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bindings/java/build.xml
+1
-1
1 addition, 1 deletion
bindings/java/build.xml
install-sleuthkit.sh
+2
-6
2 additions, 6 deletions
install-sleuthkit.sh
with
3 additions
and
7 deletions
bindings/java/build.xml
+
1
−
1
View file @
a51f3617
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
install-sleuthkit.sh
+
2
−
6
View file @
a51f3617
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment