WALA/.travis.yml

19 lines
543 B
YAML

language: android
android:
components:
- build-tools-21.1.1
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "pushd /tmp"
- "git clone https://github.com/secure-software-engineering/DroidBench.git"
- "popd"
install: mvn clean verify -DskipTests=true -B -q
script: mvn clean verify -B -q
sudo: false
cache:
directories:
- $HOME/.m2
- $HOME/DroidBench
- $HOME/build/wala/WALA/com.ibm.wala.cast.java.polyglot/lib
- $HOME/build/wala/WALA/com.ibm.wala.core.testdata/ocaml/ocamljava-2.0-alpha1/lib