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.
|
dist: bionic
|
|
language: java
|
|
before_install:
|
|
- sudo apt -qq update
|
|
- sudo apt install -y libblkid-dev liblz4-tool device-tree-compiler
|
|
script:
|
|
- ./gradlew check
|
|
- ./gradlew clean
|
|
- ./integrationTest.py
|