Skip to content

Commit

Permalink
Windows ci attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Conni2461 committed Feb 16, 2021
1 parent a8cec7d commit bf97a40
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,21 @@ jobs:
run: |
export PATH="${PWD}/build/:${PATH}"
make test
windows:
name: Windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v2

- name: Prepare
run: |
curl -sL https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip --output nvim-win64.zip
unzip nvim-win64.zip
rm nvim-win64.zip
- name: Run tests
run: |
$env:Path += ";Neovim/bin/"
nvim --version
nvim --headless --noplugin -u scripts/minimal.vim -c "PlenaryBustedDirectory tests\\plenary\\ {minimal_init = 'tests\\minimal_init.vim'}"

0 comments on commit bf97a40

Please sign in to comment.