android_vendor_hardware_ove.../azure-pipelines.yml
2018-10-31 00:04:00 +01:00

13 lines
215 B
YAML

pool:
vmImage: 'Ubuntu 16.04'
steps:
- script: |
sudo apt install xmlstarlet
cd build
bash build.sh
displayName: 'Building APKs'
- script: bash tests/tests.sh
displayName: 'Running test scripts'