Skip to content
Snippets Groups Projects
Commit 8e2e8fea authored by Brian Carrier's avatar Brian Carrier
Browse files

renamed CI / build scripts

parent 6a5d7183
Branches
Tags
No related merge requests found
...@@ -17,10 +17,8 @@ matrix: ...@@ -17,10 +17,8 @@ matrix:
os: osx os: osx
install: install:
- ./install-sleuthkit.sh - ./travis_build.sh
script: script:
- make check - make check
- if test ${TRAVIS_OS_NAME} = "linux"; then cd release; ./release-unix.pl ci; fi - if test ${TRAVIS_OS_NAME} = "linux"; then cd release; ./release-unix.pl ci; fi
# NOTE: OS X doesn't have ant, so CI fails
...@@ -32,8 +32,8 @@ services: ...@@ -32,8 +32,8 @@ services:
- postgresql95; - postgresql95;
build_script: build_script:
- python setupLibs.py - python setupDevRepos.py
- python win32\updateBuildLibs.py -m - python win32\updateAndBuildAll.py -m
- ps: ant -version - ps: ant -version
- ps: pushd bindings/java - ps: pushd bindings/java
- cmd: ant dist-PostgreSQL - cmd: ant dist-PostgreSQL
......
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment