find dx.jar from the build tools

This commit is contained in:
Julian Dolby 2015-03-04 13:04:26 -05:00
parent 9ef044eef7
commit ef3f7ea8e8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ before_install:
- "pushd /tmp"
- "git clone https://github.com/secure-software-engineering/DroidBench.git"
- "popd"
- "find `pwd` -name dx.jar"
- "find $HOME -name dx.jar"
- "echo $HOME"
install: mvn clean verify -DskipTests=true -B -q
script: mvn clean verify -B -q