Skip to content

Commit

Permalink
Use my lldb-mi build
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed Jan 27, 2020
1 parent c6c0144 commit 40bec48
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ stages:
steps:
- bash: |
brew unlink node@6
brew install macvim node@10 tcl-tk
brew install macvim node@10 tcl-tk llvm
brew link --force --overwrite node@10
displayName: 'Install vim and node'
Expand All @@ -97,12 +97,22 @@ stages:
- bash: vim --version
displayName: 'Print vim version information'

- bash: |
set -ex
mkdir -p lldb-mi
pushd lldb-mi
curl -LO https://github.com/puremourning/lldb-mi/releases/download/1041/lldb-mi-db65c20a3d8e09d9ff2f3748c01cf43ec035a4d8.tar.gz
tar zxvf lldb-mi-db65c20a3d8e09d9ff2f3748c01cf43ec035a4d8.tar.gz
cp usr/local/bin/lldb-mi /usr/local/bin
popd
displayName: 'Install lldb-mi'
- bash: ./run_tests
displayName: 'Run the tests'
env:
VIMSPECTOR_MIMODE: lldb
VIMSPECTOR_TEST_STDOUT: true
VIMSPECTOR_MI_DEBUGGER: ""
VIMSPECTOR_MI_DEBUGGER: "/usr/local/bin/lldb-mi"
LLDB_DEBUGSERVER_PATH: "/Library/Developer/CommandLineTools/Library/PrivateFrameworks/LLDB.framework/Resources/debugserver"

- bash: ./make_package macos $(Build.SourceVersion)
Expand Down

0 comments on commit 40bec48

Please sign in to comment.