CI: Install netbeans on windows to make sure to run test_netbeans.vim
Commit:
https://github.com/vim/vim/commit/066a5340e3d7ccc1fd9d1ee3ddf02cdc5ccf2813
Author: Philip H. <[email protected]>
Date: Sun Feb 23 08:50:54 2025 +0100
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. <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2dbf922c5..4ffd75976 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -678,6 +678,17 @@ jobs:
# name: vim${{ matrix.bits }}-${{ matrix.toolchain }}
# path: ./artifacts
+ - name: Install packages for testing
+ shell: bash
+ run: |
+ if ${{ matrix.features != 'TINY' }}; then
+ if ${{ matrix.arch == 'x64' }}; then
+ choco install netbeans --no-progress
+ else
+ exit 0
+ fi
+ fi
+
- name: Test and show the result of testing gVim
if: matrix.GUI == 'yes' || matrix.VIMDLL == 'yes'
shell: cmd
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1tm6uF-007vbp-O0%40256bit.org.