1
0
Fork 0
mirror of synced 2024-06-29 12:01:09 -04:00
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:
2020-06-21 11:50:44 -04:00
- v8.2.1000
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-05-19 09:32:24 -04:00
uses: actions/checkout@v3
2020-04-25 21:56:16 -04:00
- name: Checkout vim-themis
2022-05-19 09:32:24 -04:00
uses: actions/checkout@v3
2020-04-25 21:56:16 -04:00
with:
repository: thinca/vim-themis
path: vim-themis
2022-05-19 09:32:24 -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