Activate linuxbrew for the tests
This commit is contained in:
parent
1da94177df
commit
3cc78d5562
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue