Skip to content

Commit

Permalink
Use bash, print vim version
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Feb 20, 2019
1 parent b039194 commit 79ff07b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ jobs:
vimImage: 'ubuntu-16.04'
container: 'puremourning/vimspector:test'
steps:
- script: python3 install_gadget.py
- bash: python3 install_gadget.py
displayName: 'Install gadgets'

- script: ./run_tests
- bash: vim --version
displayName: 'Print vim version information'

- bash: ./run_tests
displayName: 'Run the tests'

0 comments on commit 79ff07b

Please sign in to comment.