mirror of
https://github.com/posva/vim-vue.git
synced 2026-01-27 01:12:07 +08:00
Add initial tests
This commit is contained in:
25
test/install.sh
Executable file
25
test/install.sh
Executable file
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
repos=(
|
||||
'junegunn/vader.vim'
|
||||
'cakebaker/scss-syntax.vim'
|
||||
'digitaltoad/vim-pug'
|
||||
'groenewege/vim-less'
|
||||
'kchmck/vim-coffee-script'
|
||||
'slm-lang/vim-slm'
|
||||
'wavded/vim-stylus'
|
||||
)
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
mkdir -p pack/testing/start
|
||||
cd pack/testing/start
|
||||
|
||||
# Add our plugin to the pack.
|
||||
ln -s ../../.. vim-vue
|
||||
|
||||
for repo in ${repos[@]}
|
||||
do
|
||||
git clone https://github.com/$repo.git
|
||||
done
|
||||
Reference in New Issue
Block a user