azure-pipelines[bot] | 58a3e7b | 2018-10-30 22:43:27 +0000 | [diff] [blame] | 1 | pool: |
2 | vmImage: 'Ubuntu 16.04' | ||||
3 | |||||
4 | steps: | ||||
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' |