You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android_boot_image_editor/.travis.yml

12 lines
203 B
YAML

dist: trusty
language: java
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libblkid-dev
script:
- ./gradlew check
- ./gradlew _setup
- ./gradlew unpack
- ./gradlew pack