Skip to content

Commit 066a534

Browse files
pheiduckchrisbra
authored andcommitted
CI: Install netbeans on windows to make sure to run test_netbeans.vim
otherwise the test src/testdir/test_netbeans.vim wouldn't be executed by the CI. closes: #16710 Signed-off-by: Philip H. <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 61af587 commit 066a534

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,17 @@ jobs:
678678
# name: vim${{ matrix.bits }}-${{ matrix.toolchain }}
679679
# path: ./artifacts
680680

681+
- name: Install packages for testing
682+
shell: bash
683+
run: |
684+
if ${{ matrix.features != 'TINY' }}; then
685+
if ${{ matrix.arch == 'x64' }}; then
686+
choco install netbeans --no-progress
687+
else
688+
exit 0
689+
fi
690+
fi
691+
681692
- name: Test and show the result of testing gVim
682693
if: matrix.GUI == 'yes' || matrix.VIMDLL == 'yes'
683694
shell: cmd

0 commit comments

Comments
 (0)