Update azure pipeline - use 18.04 VM

This commit is contained in:
Ben Jackson 2019-02-17 20:25:01 +00:00
commit bd48b00acc

View file

@ -3,18 +3,17 @@
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
container: 'ubuntu:18.04'
steps:
- script: sudo apt-get install vim
- script: sudo apt-get install python3-dev vim
displayName: 'Install vim'
- script: python3 install_gadget.py
displayName: 'Install gadgets'
- script: ./run_tests
displayName: 'Run the tests'
displayName: 'Run the tests'