Patch 9.0.0529
Problem: Appveyor setup contains outdated lines.
Solution: Remove outdated lines. (Ken Takata, closes #11182)
Files: .appveyor.yml
*** ../vim-9.0.0528/.appveyor.yml 2022-09-20 20:52:30.074166608 +0100
--- .appveyor.yml 2022-09-21 12:19:35.760222077 +0100
***************
*** 15,25 ****
fast_finish: true
before_build:
! # Use Windows SDK 7.1 (= MSVC 2010)
! - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
/release'
! # Visual Studio 2015 compiler tools
- '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
x86_amd64'
- - 'set INCLUDE=%INCLUDE%C:\Program Files (x86)\Windows Kits\8.1\Include\um'
build_script:
- ci/appveyor.bat
--- 15,22 ----
fast_finish: true
before_build:
! # Use Visual Studio 2015 compiler tools (default is 2012)
- '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
x86_amd64'
build_script:
- ci/appveyor.bat
*** ../vim-9.0.0528/src/version.c 2022-09-21 11:56:02.047948576 +0100
--- src/version.c 2022-09-21 12:18:04.309206870 +0100
***************
*** 701,702 ****
--- 701,704 ----
{ /* Add new patch number below this line */
+ /**/
+ 529,
/**/
--
hundred-and-one symptoms of being an internet addict:
120. You ask a friend, "What's that big shiny thing?" He says, "It's the sun."
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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 on the web visit
https://groups.google.com/d/msgid/vim_dev/20220921112021.EF5FF1C0F2E%40moolenaar.net.