comparison .github/workflows/ci.yml @ 32998:d55bf5bbcb6f v9.0.1791

patch 9.0.1791: No tests for the termdebug plugin Commit: https://github.com/vim/vim/commit/58f39d89a8adff51ab04893d1fd28e3767979f9f Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sun Aug 27 11:14:44 2023 +0200 patch 9.0.1791: No tests for the termdebug plugin Problem: No tests for the termdebug plugin Solution: Add some simple tests for the termdebug plugin closes: #12927 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Yegappan Lakshmanan <yegappan@yahoo.com>
author Christian Brabandt <cb@256bit.org>
date Sun, 27 Aug 2023 11:30:06 +0200
parents c517845bd10e
children eb8ab50073b9
comparison
equal deleted inserted replaced
32997:3ee505e381ec 32998:d55bf5bbcb6f
90 libtool-bin \ 90 libtool-bin \
91 ) 91 )
92 if ${{ matrix.features == 'huge' }}; then 92 if ${{ matrix.features == 'huge' }}; then
93 PKGS+=( \ 93 PKGS+=( \
94 autoconf \ 94 autoconf \
95 gdb \
95 lcov \ 96 lcov \
96 libcanberra-dev \ 97 libcanberra-dev \
97 libperl-dev \ 98 libperl-dev \
98 python2-dev \ 99 python2-dev \
99 python3-dev \ 100 python3-dev \