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
|
||||
|
||||
install:
|
||||
- cd sleuthkit/sleuthkit
|
||||
- ./travis_install_libs.sh
|
||||
- pushd sleuthkit/sleuthkit && ./travis_install_libs.sh && popd
|
||||
|
||||
before_script:
|
||||
- if [ $TRAVIS_OS_NAME = linux ]; then
|
||||
@ -70,12 +69,4 @@ before_script:
|
||||
fi
|
||||
- java -version
|
||||
|
||||
script:
|
||||
- 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'
|
||||
script: ./travis_build.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user