mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/lightline.vim/.github/workflows/ci.yaml

40 lines
757 B
YAML
Raw Normal View History

2020-04-25 21:56:16 -04:00
name: CI
2020-05-10 10:24:38 -04:00
on:
push:
branches:
- master
pull_request:
2020-04-25 21:56:16 -04:00
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
vim:
2022-10-15 15:05:32 -04:00
- v9.0.0000
2020-04-25 21:56:16 -04:00
- v8.2.0000
- v8.1.0000
- v8.0.0000
- v7.4
- v7.3
steps:
- name: Checkout code
2022-08-08 09:45:56 -04:00
uses: actions/checkout@v3
2020-04-25 21:56:16 -04:00
- name: Checkout vim-themis
2022-08-08 09:45:56 -04:00
uses: actions/checkout@v3
2020-04-25 21:56:16 -04:00
with:
repository: thinca/vim-themis
path: vim-themis
2022-08-08 09:45:56 -04:00
ref: v1.6.0
2020-04-25 21:56:16 -04:00
- name: Setup Vim
uses: rhysd/action-setup-vim@v1
id: vim
with:
version: ${{ matrix.vim }}
- name: Test
env:
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
run: ./vim-themis/bin/themis --reporter spec