vendor_hardware_overlay/azure-pipelines.yml
2021-10-26 17:24:04 +07:00

13 lines
223 B
YAML

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