blob: b31e5f6c1527199380ea0199c72c56a0374bdd43 [file] [log] [blame]
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'