android_vendor_hardware_ove.../azure-pipelines.yml
2018-11-22 20:13:13 +01:00

13 lines
224 B
YAML

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