mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Remove postgresql targets from appveyor and travis
This commit is contained in:
parent
72c0fbbb2b
commit
91c72201ec
@ -19,7 +19,6 @@ environment:
|
||||
LIBVHDI_HOME: "C:\\libvhdi_64bit"
|
||||
LIBVMDK_HOME: "C:\\libvmdk_64bit\\libvmdk"
|
||||
LIBEWF_HOME: "C:\\libewf_64bit"
|
||||
POSTGRESQL_HOME_64: "C:\\Program Files\\PostgreSQL\\9.5"
|
||||
JDK_HOME: C:\Program Files\Java\jdk1.8.0
|
||||
PYTHON: "C:\\Python36-x64"
|
||||
|
||||
@ -41,7 +40,7 @@ build_script:
|
||||
- python win32\updateAndBuildAll.py -m
|
||||
- ps: pushd bindings/java
|
||||
- ps: ant -version
|
||||
- cmd: ant dist-PostgreSQL
|
||||
- cmd: ant dist
|
||||
- ps: popd
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
- cmd: ant -q build
|
||||
|
@ -4,7 +4,7 @@ set -e
|
||||
echo "Building TSK..."
|
||||
cd sleuthkit/sleuthkit
|
||||
./bootstrap && ./configure --prefix=/usr && make
|
||||
pushd bindings/java && ant -q dist-PostgreSQL && popd
|
||||
pushd bindings/java && ant -q dist && popd
|
||||
|
||||
echo "Building Autopsy..." && echo -en 'travis_fold:start:script.build\\r'
|
||||
cd $TRAVIS_BUILD_DIR/
|
||||
|
Loading…
x
Reference in New Issue
Block a user