vim-airline/.github/workflows/ci.yml

45 lines
777 B
YAML
Raw Normal View History

name: CI
on:
push:
branches:
2022-06-05 09:21:40 +00:00
- master
pull_request:
branches:
2022-06-05 09:21:40 +00:00
- master
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
2022-06-05 09:21:40 +00:00
vim:
2022-07-13 14:59:18 +00:00
- v9.0.0000
2022-06-05 09:21:40 +00:00
- v8.2.1000
- v8.2.0000
- v8.1.0000
- v8.0.0000
- v7.4
steps:
- name: Checkout code
uses: actions/checkout@main
2022-06-05 09:21:40 +00:00
- name: Checkout vim-themis
uses: actions/checkout@main
with:
2022-06-05 09:21:40 +00:00
repository: thinca/vim-themis
path: vim-themis
- name: Setup Vim
2022-06-05 09:21:40 +00:00
uses: rhysd/action-setup-vim@v1
id: vim
with:
2022-06-05 09:21:40 +00:00
version: ${{ matrix.vim }}
2022-06-05 09:21:40 +00:00
- name: Test
env:
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
run: ./vim-themis/bin/themis --reporter spec