mirror of
https://github.com/leafOfTree/vim-vue-plugin.git
synced 2025-12-06 12:44:26 +08:00
20 lines
627 B
YAML
20 lines
627 B
YAML
dist: focal
|
|
|
|
language: minimal
|
|
|
|
before_install:
|
|
- sudo add-apt-repository ppa:neovim-ppa/stable -y
|
|
- sudo apt-get update
|
|
- sudo apt-get -y install neovim
|
|
|
|
install:
|
|
- git clone https://github.com/leafOfTree/test ../test --depth=1
|
|
|
|
- git clone https://github.com/digitaltoad/vim-pug ../vim-pug --depth=1
|
|
- git clone https://github.com/kchmck/vim-coffee-script ../vim-coffee-script --depth=1
|
|
- git clone https://github.com/leafgarland/typescript-vim ../typescript-vim --depth=1
|
|
- git clone https://github.com/iloginow/vim-stylus.git ../vim-stylus --depth=1
|
|
|
|
script:
|
|
- bash ../test/start.sh vue vim-vue-plugin
|