mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
ci: add nightly again to CI
This commit is contained in:
parent
f238e6f977
commit
ec276ed460
1 changed files with 10 additions and 2 deletions
|
|
@ -9,16 +9,24 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-2022, macos-latest]
|
os: [ubuntu-latest, windows-2022, macos-latest]
|
||||||
cc: [ gcc, clang ]
|
cc: [ gcc, clang ]
|
||||||
|
nvim_tag: [ v0.5.1 ]
|
||||||
exclude:
|
exclude:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
cc: gcc
|
cc: gcc
|
||||||
|
nvim_tag: v0.5.1
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- os: windows-2022
|
- os: windows-2022
|
||||||
cc: cl
|
cc: cl
|
||||||
|
nvim_tag: v0.5.1
|
||||||
|
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
cc: gcc-10
|
cc: gcc-10
|
||||||
|
nvim_tag: v0.5.1
|
||||||
|
|
||||||
|
- os: ubuntu-latest
|
||||||
|
cc: gcc
|
||||||
|
nvim_tag: nightly
|
||||||
|
|
||||||
name: Parser compilation
|
name: Parser compilation
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
@ -31,8 +39,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install and prepare Neovim
|
- name: Install and prepare Neovim
|
||||||
env:
|
env:
|
||||||
NVIM_TAG: v0.5.1
|
NVIM_TAG: ${{ matrix.nvim_tag }}
|
||||||
TREE_SITTER_CLI_TAG: v0.20.0
|
TREE_SITTER_CLI_TAG: v0.20.1
|
||||||
run: |
|
run: |
|
||||||
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
bash ./scripts/ci-install-${{ matrix.os }}.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue