adjusted CI scripts for new TSK names

This commit is contained in:
Brian Carrier 2018-04-28 10:41:49 -04:00
parent a5fe951761
commit e29ec34d17
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ before_install:
install: install:
- sudo apt-get install testdisk - sudo apt-get install testdisk
- cd sleuthkit/sleuthkit - cd sleuthkit/sleuthkit
- sh install-sleuthkit.sh - sh travis_build.sh
script: script:
- set -e - set -e
- echo "building autopsy..." && echo -en 'travis_fold:start:script.build\\r' - echo "building autopsy..." && echo -en 'travis_fold:start:script.build\\r'

View File

@ -30,14 +30,14 @@ install:
- ps: pushd C:\ - ps: pushd C:\
- git clone https://github.com/sleuthkit/sleuthkit - git clone https://github.com/sleuthkit/sleuthkit
- ps: popd - ps: popd
services: services:
- postgresql95 - postgresql95
build_script: build_script:
- cd %TSK_HOME% - cd %TSK_HOME%
- python setupLibs.py - python setupDevRepos.py
- python win32\updateBuildLibs.py -m - python updateAndBuildAll.py -m
- ps: pushd bindings/java - ps: pushd bindings/java
- ps: ant -version - ps: ant -version
- cmd: ant dist-PostgreSQL - cmd: ant dist-PostgreSQL