Activate linuxbrew for the tests

This commit is contained in:
Ben Jackson 2019-08-03 22:06:43 +01:00
commit 3cc78d5562

View file

@ -48,7 +48,9 @@ stages:
- bash: vim --version
displayName: 'Print vim version information'
- bash: ./run_tests
- bash: |
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
./run_tests
displayName: 'Run the tests'
env:
VIMSPECTOR_MIMODE: gdb