]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4433: CI: cannot see interface versions for MS-Windows v8.2.4433
authorK.Takata <kentkt@csc.jp>
Mon, 21 Feb 2022 17:49:28 +0000 (17:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Feb 2022 17:49:28 +0000 (17:49 +0000)
Problem:    CI: cannot see interface versions for MS-Windows.
Solution:   List the interface versions. (Ken Takata, closes #9811)

.github/workflows/ci.yml
src/version.c

index e030df57144347b405fecefce818d3e7f36dd42c..7462e6db722e6b7617f2355b6b9d2fc392aecf06 100644 (file)
@@ -514,7 +514,11 @@ jobs:
 
       - name: Check version
         shell: cmd
-        run: src\vim --version || exit 1
+        run: |
+          PATH %LUA_DIR%;C:\msys64\${{ matrix.msystem }}\bin;%PATH%;%PYTHON3_DIR%
+          src\vim --version || exit 1
+          src\vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-1.vim -c quit
+          src\vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-2.vim -c quit
 
       #- name: Prepare Artifact
       #  shell: cmd
index 203ea16e0042ce80e111f6e2ab12fbb7e493a296..751ae6b7bdc1c810aeee217d3e34cfe28cdb6657 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4433,
 /**/
     4432,
 /**/