-
-
Notifications
You must be signed in to change notification settings - Fork 232
39 lines (39 loc) · 941 Bytes
/
ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [stable, nightly]
vim_type: ['Vim', 'Neovim']
include:
- vim_type: 'Vim'
neovim: false
- vim_type: 'Neovim'
neovim: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- id: vim
uses: rhysd/action-setup-vim@v1
with:
version: ${{ matrix.version }}
neovim: ${{ matrix.neovim }}
- name: 'Setup vim-themis'
uses: actions/checkout@v4
with:
repository: thinca/vim-themis
path: vim-themis
- name: Run tests
env:
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
run: |
./vim-themis/bin/themis ./test