Use the profile and rc files
This commit is contained in:
parent
29989ffbfb
commit
53f61d150f
1 changed files with 10 additions and 0 deletions
|
|
@ -38,20 +38,30 @@ stages:
|
|||
options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined
|
||||
steps:
|
||||
- bash: go get -u github.com/go-delve/delve/cmd/dlv
|
||||
noProfile: false
|
||||
noRc: false
|
||||
displayName: 'Install Delve for Go'
|
||||
|
||||
- bash: python3 install_gadget.py --all
|
||||
noProfile: false
|
||||
noRc: false
|
||||
displayName: 'Install gadgets'
|
||||
|
||||
- bash: vim --version
|
||||
noProfile: false
|
||||
noRc: false
|
||||
displayName: 'Print vim version information'
|
||||
|
||||
- bash: ./run_tests
|
||||
noProfile: false
|
||||
noRc: false
|
||||
displayName: 'Run the tests'
|
||||
env:
|
||||
VIMSPECTOR_MIMODE: gdb
|
||||
|
||||
- bash: ./make_package linux $(Build.SourceVersion)
|
||||
noProfile: false
|
||||
noRc: false
|
||||
displayName: 'Package'
|
||||
|
||||
- task: PublishPipelineArtifact@0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue