Skip to content

Commit

Permalink
ci(tooling): Add instead of remove test-specific tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 20, 2024
1 parent 6972de9 commit 653fdf5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ task:
configure_script: |
./configure MAKE=gmake \
--enable-developer-mode \
BUSTED=false CARGOSETVERSION=false DELTA=cat DOCKER=false LDOC=false LUACHECK=false LUAROCKS=false NIX=false NPM=false PDFINFO=false STYLUA=false TAPLO=false TYPOS=false \
--without-developer-tools \
--disable-font-variations \
--with-system-lua-sources \
--with-system-luarocks \
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
./bootstrap.sh
./configure \
--enable-developer-mode \
BUSTED=false CARGOSETVERSION=false DELTA=false LDOC=false LUACHECK=false NIX=false STYLUA=false TAPLO=false TYPOS=cat \
--without-developer-tools \
--disable-font-variations \
--with-manual \
${{ matrix.configuration[1] }}
Expand Down Expand Up @@ -114,7 +114,8 @@ jobs:
./bootstrap.sh
./configure \
--enable-developer-mode \
BUSTED=false DELTA=false LDOC=false LUACHECK=false NIX=false STYLUA=false TYPOS=cat FCMATCH=true PDFINFO=false CARGO=true \
--without-developer-tools \
DOCKER=$(which docker) \
--disable-font-variations \
--with-system-lua-sources \
--without-manual
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
./bootstrap.sh
./configure \
--enable-developer-mode \
CARGOSETVERSION=false DELTA=cat LDOC=false LUACHECK=false NIX=false STYLUA=false TAPLO=false TYPOS=false \
--without-developer-tools
BUSTED=$(which busted) \
--disable-font-variations \
--without-manual
- name: Make
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
./bootstrap.sh
./configure \
--enable-developer-mode \
BSDTAR=false BUSTED=false CARGOSETVERSION=false DELTA=false FCMATCH=true LDOC=false LUACHECK=false LUAROCKS=false NIX=false PDFINFO=false STYLUA=false TAPLO=false TYPOS=false \
--without-developer-tools \
DOCKER=$(which docker) \
--without-harfbuzz \
--disable-font-variations
- name: Publish Docker Image to GH Container Registry
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
./configure \
${{ matrix.luaVersion[1] }} \
--enable-developer-mode \
CARGOSETVERSION=false LDOC=false LUACHECK=false NIX=false DELTA=cat STYLUA=false TAPLO=false TYPOS=false \
--without-developer-tools \
BUSTED=$(which busted) \
--disable-font-variations \
--with${{ !startsWith(matrix.luaVersion[0], 'luajit') && 'out' || '' }}-luajit \
--without-system-luarocks \
Expand Down

0 comments on commit 653fdf5

Please sign in to comment.