Update azure pipeline - use 18.04 VM
This commit is contained in:
parent
9431f5ec9c
commit
bd48b00acc
1 changed files with 4 additions and 5 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue