blob: b31e5f6c1527199380ea0199c72c56a0374bdd43 [file] [log] [blame]
azure-pipelines[bot]58a3e7b2018-10-30 22:43:27 +00001pool:
2 vmImage: 'Ubuntu 16.04'
3
4steps:
5- script: |
6 sudo apt install xmlstarlet
7 cd build
8 bash build.sh
9 displayName: 'Building APKs'
10
11- script: bash tests/tests.sh
12 displayName: 'Running test scripts'