annotate .appveyor.yml @ 31565:7d40c8c10a12 v9.0.1115

patch 9.0.1115: code is indented more than needed Commit: https://github.com/vim/vim/commit/ed0c1d5d4b30d03b26ff08841f6da2ddf44025a7 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Fri Dec 30 18:07:46 2022 +0000 patch 9.0.1115: code is indented more than needed Problem: Code is indented more than needed. Solution: Use an early return to reduce indenting. (Yegappan Lakshmanan, closes #11758)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 19:15:04 +0100
parents e24772b8fbc9
children 238f424acc6c
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
8244
acc8029e530f commit https://github.com/vim/vim/commit/84f4996d2ab2982006d79ee69df4688c966bf8e8
Christian Brabandt <cb@256bit.org>
parents: 8242
diff changeset
3 skip_tags: true
acc8029e530f commit https://github.com/vim/vim/commit/84f4996d2ab2982006d79ee69df4688c966bf8e8
Christian Brabandt <cb@256bit.org>
parents: 8242
diff changeset
4
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
5 environment:
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
6 matrix:
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
7 - FEATURE: HUGE
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
8 # disabled
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
9 # - FEATURE: TINY
21534
69a59cc69519 patch 8.2.1317: MS-Windows tests on AppVeyor are slow
Bram Moolenaar <Bram@vim.org>
parents: 19663
diff changeset
10 # - FEATURE: NORMAL
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
11 # - FEATURE: BIG
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
12
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
13 matrix:
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
14 fast_finish: true
7252
1b591fcf2517 commit https://github.com/vim/vim/commit/7487792ab14c1fb8dbdb37bdd74265d8b1d3be50
Christian Brabandt <cb@256bit.org>
parents: 7121
diff changeset
15
7121
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
16 before_build:
30387
3e7274cee9c4 patch 9.0.0529: appveyor setup contains outdated lines
Bram Moolenaar <Bram@vim.org>
parents: 30373
diff changeset
17 # Use Visual Studio 2015 compiler tools (default is 2012)
30373
624c519f1807 patch 9.0.0522: build fails on Appveyor
Bram Moolenaar <Bram@vim.org>
parents: 30170
diff changeset
18 - '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64'
7121
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
19
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
20 build_script:
15723
bec05be6858a patch 8.1.0869: Travis CI script is too complicated
Bram Moolenaar <Bram@vim.org>
parents: 12934
diff changeset
21 - ci/appveyor.bat
7121
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
22
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
23 test_script:
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
24 - cd src/testdir
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
25 # Testing with MSVC gvim
10080
e836872c2a4c commit https://github.com/vim/vim/commit/dd905a2ae14bf2ee59a068f1c3acbca1ff0b7067
Christian Brabandt <cb@256bit.org>
parents: 8244
diff changeset
26 - path C:\Python35-x64;%PATH%
30170
ba9d53c7c509 patch 9.0.0421: MS-Windows makefiles are inconsistently named
Bram Moolenaar <Bram@vim.org>
parents: 23608
diff changeset
27 - 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
28 - 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
29 # 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
30 - 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
31
31561
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
32 artifacts:
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
33 - 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
34 name: vim
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
35 - 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
36 name: gvim
e24772b8fbc9 patch 9.0.1113: users cannot easily try out a PR
Bram Moolenaar <Bram@vim.org>
parents: 30645
diff changeset
37
10080
e836872c2a4c commit https://github.com/vim/vim/commit/dd905a2ae14bf2ee59a068f1c3acbca1ff0b7067
Christian Brabandt <cb@256bit.org>
parents: 8244
diff changeset
38 # vim: sw=2 sts=2 et ts=8 sr