aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-queries.yml
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-04-22 19:56:30 +0200
committerChristian Clason <c.clason@uni-graz.at>2025-05-12 18:43:40 +0200
commit214cfcf851d95a4c4f2dc7526b95ce9d31c88a76 (patch)
tree8767ed993c7cd6d72a05fe64b46b9835c943c221 /.github/workflows/test-queries.yml
parentfeat!: track parser revision in Lua (diff)
downloadnvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar
nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.gz
nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.bz2
nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.lz
nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.xz
nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.tar.zst
nvim-treesitter-214cfcf851d95a4c4f2dc7526b95ce9d31c88a76.zip
feat!: use tree-sitter build
Diffstat (limited to '.github/workflows/test-queries.yml')
-rw-r--r--.github/workflows/test-queries.yml27
1 files changed, 1 insertions, 26 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml
index 3b1717791..819924c43 100644
--- a/.github/workflows/test-queries.yml
+++ b/.github/workflows/test-queries.yml
@@ -23,34 +23,11 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
- cc: [gcc, clang]
nvim_tag: [nightly]
- exclude:
- - os: ubuntu-latest
- cc: clang
- nvim_tag: nightly
-
- - os: macos-14
- cc: gcc
- nvim_tag: nightly
-
- - os: windows-latest
- cc: gcc
- nvim_tag: nightly
-
- # include:
- # - os: windows-latest
- # cc: cl
- # nvim_tag: nightly
-
- # - os: ubuntu-latest
- # cc: gcc
- # nvim_tag: nightly
name: Parser compilation
runs-on: ${{ matrix.os }}
env:
- CC: ${{ matrix.cc }}
NVIM: ${{ matrix.os == 'windows-latest' && 'nvim-win64\\bin\\nvim.exe' || 'nvim' }}
steps:
- uses: actions/checkout@v4
@@ -71,10 +48,8 @@ jobs:
~/.local/share/nvim/site/parser/
~/AppData/Local/nvim-data/site/parser/
key: parsers-${{ join(matrix.*, '-') }}-${{ hashFiles(
- './lockfile.json',
'./lua/nvim-treesitter/install.lua',
- './lua/nvim-treesitter/parsers.lua',
- './lua/nvim-treesitter/shell_command_selectors.lua') }}
+ './lua/nvim-treesitter/parsers.lua') }}
- name: Compile parsers
run: $NVIM -l ./scripts/install-parsers.lua