annotate .appveyor.yml @ 31728:238ca27dbfd2 v9.0.1196

patch 9.0.1196: code is indented more than necessary Commit: https://github.com/vim/vim/commit/e8575988969579f9e1439181ae338b2ff74054a8 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Jan 14 12:32:28 2023 +0000 patch 9.0.1196: code is indented more than necessary Problem: Code is indented more than necessary. Solution: Use an early return where it makes sense. (Yegappan Lakshmanan, closes #11813)
author Bram Moolenaar <Bram@vim.org>
date Sat, 14 Jan 2023 13:45:04 +0100
parents 9dd5bc4f2783
children 0c7d833308c7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7121
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
1 version: "{build}"
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
2
31716
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
3 image: Visual Studio 2015
31628
238f424acc6c patch 9.0.1146: MS-Windows: various special keys/modifiers are not mappable
Bram Moolenaar <Bram@vim.org>
parents: 31561
diff changeset
4
8244
acc8029e530f commit https://github.com/vim/vim/commit/84f4996d2ab2982006d79ee69df4688c966bf8e8
Christian Brabandt <cb@256bit.org>
parents: 8242
diff changeset
5 skip_tags: true
acc8029e530f commit https://github.com/vim/vim/commit/84f4996d2ab2982006d79ee69df4688c966bf8e8
Christian Brabandt <cb@256bit.org>
parents: 8242
diff changeset
6
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
7 environment:
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
8 matrix:
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
9 - FEATURE: HUGE
31716
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
10
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
11 # Alternate environments, not used right now. 2022 is a lot slower.
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
12 #
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
13 # - job_name: VS-2015
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
14 # appveyor_build_worker_image: Visual Studio 2015
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
15 # FEATURE: HUGE
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
16
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
17 # - job_name: VS-2017
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
18 # appveyor_build_worker_image: Visual Studio 2017
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
19 # FEATURE: HUGE
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
20
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
21 # - job_name: VS-2019
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
22 # appveyor_build_worker_image: Visual Studio 2019
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
23 # FEATURE: HUGE
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
24
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
25 # - job_name: VS-2022
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
26 # appveyor_build_worker_image: Visual Studio 2022
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
27 # FEATURE: HUGE
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
28
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
29 # disabled
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
30 # - FEATURE: TINY
21534
69a59cc69519 patch 8.2.1317: MS-Windows tests on AppVeyor are slow
Bram Moolenaar <Bram@vim.org>
parents: 19663
diff changeset
31 # - FEATURE: NORMAL
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
32 # - FEATURE: BIG
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
33
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
34 matrix:
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
35 fast_finish: true
7252
1b591fcf2517 commit https://github.com/vim/vim/commit/7487792ab14c1fb8dbdb37bdd74265d8b1d3be50
Christian Brabandt <cb@256bit.org>
parents: 7121
diff changeset
36
7121
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
37 before_build:
31716
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
38 # - systeminfo
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
39 # - wmic /NameSpace:\\root\Microsoft\Windows\Storage Path MSFT_PhysicalDisk get FriendlyName,Model,AllocatedSize,UniqueId
31690
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
40 - setlocal ENABLEDELAYEDEXPANSION
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
41 - call ver
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
42 - set "VSWHERE=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
43 - >
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
44 if exist "%VSWHERE%" (
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
45 for /f "usebackq delims=" %%i
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
46 in (`"%VSWHERE%" -products * -latest -property installationPath`)
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
47 do (set "VCVARSALL=%%i\VC\Auxiliary\Build\vcvarsall.bat")
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
48 )
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
49 - >
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
50 if not exist "%VCVARSALL%" (
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
51 set "VCVARSALL=%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
52 )
52232e3ff22f patch 9.0.1177: AppVeyor uses some older tools
Bram Moolenaar <Bram@vim.org>
parents: 31628
diff changeset
53 - call "%VCVARSALL%" x64
7121
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
54
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
55 build_script:
15723
bec05be6858a patch 8.1.0869: Travis CI script is too complicated
Bram Moolenaar <Bram@vim.org>
parents: 12934
diff changeset
56 - ci/appveyor.bat
7121
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
57
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
58 test_script:
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
59 - cd src/testdir
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
60 # Testing with MSVC gvim
31716
9dd5bc4f2783 patch 9.0.1190: AppVeyor runs much slower with MSVC 2022
Bram Moolenaar <Bram@vim.org>
parents: 31690
diff changeset
61 - path C:\Python38-x64;%PATH%
30170
ba9d53c7c509 patch 9.0.0421: MS-Windows makefiles are inconsistently named
Bram Moolenaar <Bram@vim.org>
parents: 23608
diff changeset
62 - nmake -f Make_mvc.mak VIMPROG=..\gvim
ba9d53c7c509 patch 9.0.0421: MS-Windows makefiles are inconsistently named
Bram Moolenaar <Bram@vim.org>
parents: 23608
diff changeset
63 - nmake -f Make_mvc.mak clean
21534
69a59cc69519 patch 8.2.1317: MS-Windows tests on AppVeyor are slow
Bram Moolenaar <Bram@vim.org>
parents: 19663
diff changeset
64 # Testing with MSVC console version
30170
ba9d53c7c509 patch 9.0.0421: MS-Windows makefiles are inconsistently named
Bram Moolenaar <Bram@vim.org>
parents: 23608
diff changeset
65 - nmake -f Make_mvc.mak VIMPROG=..\vim
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
66
31561
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
67 artifacts:
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
68 - path: src/vim.exe
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
69 name: vim
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
70 - path: src/gvim.exe
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
71 name: gvim
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
72
10080
e836872c2a4c commit https://github.com/vim/vim/commit/dd905a2ae14bf2ee59a068f1c3acbca1ff0b7067
Christian Brabandt <cb@256bit.org>
parents: 8244
diff changeset
73 # vim: sw=2 sts=2 et ts=8 sr