mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Shouldn't have moved the line that cd'd into sleuthkit.
This commit is contained in:
parent
f4a602cb28
commit
98e860df7a
@ -42,12 +42,12 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install testdisk
|
- sudo apt-get install testdisk
|
||||||
|
- cd sleuthkit/sleuthkit
|
||||||
- ./travis_install_libs.sh
|
- ./travis_install_libs.sh
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- set -e
|
- set -e
|
||||||
- echo "Building TSK..."
|
- echo "Building TSK..."
|
||||||
- cd sleuthkit/sleuthkit
|
|
||||||
- ./bootstrap && ./configure --prefix=/usr && make
|
- ./bootstrap && ./configure --prefix=/usr && make
|
||||||
- pushd bindings/java/ && ant -q dist-PostgreSQL && popd
|
- pushd bindings/java/ && ant -q dist-PostgreSQL && popd
|
||||||
- echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r'
|
- echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user