Install node
This commit is contained in:
parent
dbebb1f154
commit
1da94177df
2 changed files with 4 additions and 3 deletions
|
|
@ -65,8 +65,8 @@ stages:
|
|||
pool:
|
||||
vmImage: 'macOS-10.13'
|
||||
steps:
|
||||
- bash: brew install macvim
|
||||
displayName: 'Install vim'
|
||||
- bash: brew unlink node@6 && brew install macvim node
|
||||
displayName: 'Install vim and node'
|
||||
|
||||
- bash: go get -u github.com/go-delve/delve/cmd/dlv
|
||||
displayName: 'Install Delve for Go'
|
||||
|
|
|
|||
|
|
@ -16,7 +16,8 @@ RUN apt-get update && \
|
|||
tcllib \
|
||||
gdb \
|
||||
lldb \
|
||||
curl && \
|
||||
curl \
|
||||
nodejs && \
|
||||
apt-get -y autoremove
|
||||
|
||||
RUN ln -fs /usr/share/zoneinfo/Europe/London /etc/localtime && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue