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

ant fix

parent 1156adc4
No related branches found
No related tags found
No related merge requests found
...@@ -18,18 +18,15 @@ matrix: ...@@ -18,18 +18,15 @@ matrix:
os: osx os: osx
osx_image: xcode8.1 osx_image: xcode8.1
addons:
apt:
packages:
- openjdk-8-jdk
- ant
jdk: openjdk8
before_install: before_install:
- if test ${TRAVIS_OS_NAME} = "osx"; then sudo brew install ant; fi
- if test ${TRAVIS_OS_NAME} = "linux"; then sudo apt-get install -y libewf-dev; fi - if test ${TRAVIS_OS_NAME} = "linux"; then sudo apt-get install -y libewf-dev; fi
install: install:
- if test ${TRAVIS_OS_NAME} = "linux"; then sudo apt-get install -y libcppunit-dev; fi - if test ${TRAVIS_OS_NAME} = "linux"; then sudo apt-get install -y libcppunit-dev; fi
- ./bootstrap - ./bootstrap
script: script:
- ./configure && make && make check - ./configure && make && make check
- cd release; ./release-unix.pl ci - cd release; ./release-unix.pl ci
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment