Skip to content

Commit

Permalink
ci(tooling): Avoid needing yet more API doc tooling for testing runs
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Feb 14, 2024
1 parent ed33e5b commit 60e1835
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
13 changes: 12 additions & 1 deletion .cirrus.yml
Expand Up @@ -42,7 +42,18 @@ task:
- ./bootstrap.sh
configure_script: |
./configure MAKE=gmake \
--enable-developer LDOC=false LUAROCKS=false LUACHECK=false BUSTED=false DELTA=cat PDFINFO=false NIX=false NPM=false DOCKER=false \
--enable-developer \
BUSTED=false \
DELTA=cat \
DOCKER=false \
LDOC=false \
LSP=false \
LUACHECK=false \
LUAROCKS=false \
NIX=false \
NPM=false \
PANDOC=false \
PDFINFO=false \
--disable-font-variations \
--with-system-lua-sources \
--with-system-luarocks \
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -60,7 +60,13 @@ jobs:
run: |
./bootstrap.sh
./configure \
--enable-developer LDOC=false LUACHECK=false NIX=false DELTA=cat \
--enable-developer \
DELTA=cat \
LDOC=false \
LSP=false \
LUACHECK=false \
NIX=false \
PANDOC=false \
--disable-font-variations \
--without-manual
- name: Make
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -71,7 +71,13 @@ jobs:
./bootstrap.sh
./configure \
${{ matrix.luaVersion[1] }} \
--enable-developer LDOC=false LUACHECK=false NIX=false DELTA=cat \
--enable-developer \
DELTA=cat \
LDOC=false \
LSP=false \
PANDOC=false \
LUACHECK=false \
NIX=false \
--disable-font-variations \
--with${{ !startsWith(matrix.luaVersion[0], 'luajit') && 'out' || '' }}-luajit \
--without-system-luarocks \
Expand Down

0 comments on commit 60e1835

Please sign in to comment.