mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Forgot to add updated .travis.yml file on previous commit.
This commit is contained in:
parent
af56179eba
commit
af3f20db95
13
.travis.yml
13
.travis.yml
@ -49,8 +49,7 @@ before_install:
|
|||||||
- python setupSleuthkitBranch.py
|
- python setupSleuthkitBranch.py
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cd sleuthkit/sleuthkit
|
- pushd sleuthkit/sleuthkit && ./travis_install_libs.sh && popd
|
||||||
- ./travis_install_libs.sh
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [ $TRAVIS_OS_NAME = linux ]; then
|
- if [ $TRAVIS_OS_NAME = linux ]; then
|
||||||
@ -70,12 +69,4 @@ before_script:
|
|||||||
fi
|
fi
|
||||||
- java -version
|
- java -version
|
||||||
|
|
||||||
script:
|
script: ./travis_build.sh
|
||||||
- set -e
|
|
||||||
- echo "Building TSK..."
|
|
||||||
- ./bootstrap && ./configure --prefix=/usr && make
|
|
||||||
- pushd bindings/java && ant dist-PostgreSQL && popd
|
|
||||||
- echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r'
|
|
||||||
- cd $TRAVIS_BUILD_DIR/
|
|
||||||
- ant build
|
|
||||||
- echo -en 'travis_fold:end:script.build\\r'
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user