annotate .appveyor.yml @ 30387:3e7274cee9c4 v9.0.0529

patch 9.0.0529: appveyor setup contains outdated lines Commit: https://github.com/vim/vim/commit/8eaee1fa5c0ce474132a04e1b70b73c49c41cc45 Author: K.Takata <kentkt@csc.jp> Date: Wed Sep 21 12:19:44 2022 +0100 patch 9.0.0529: appveyor setup contains outdated lines Problem: Appveyor setup contains outdated lines. Solution: Remove outdated lines. (Ken Takata, closes https://github.com/vim/vim/issues/11182)
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Sep 2022 13:30:02 +0200
parents 624c519f1807
children 101f08b49ed3
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
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
10 # - FEATURE: SMALL
21534
69a59cc69519 patch 8.2.1317: MS-Windows tests on AppVeyor are slow
Bram Moolenaar <Bram@vim.org>
parents: 19663
diff changeset
11 # - FEATURE: NORMAL
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
12 # - FEATURE: BIG
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
13
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
14 matrix:
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
15 fast_finish: true
7252
1b591fcf2517 commit https://github.com/vim/vim/commit/7487792ab14c1fb8dbdb37bdd74265d8b1d3be50
Christian Brabandt <cb@256bit.org>
parents: 7121
diff changeset
16
7121
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
17 before_build:
30387
3e7274cee9c4 patch 9.0.0529: appveyor setup contains outdated lines
Bram Moolenaar <Bram@vim.org>
parents: 30373
diff changeset
18 # 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
19 - '"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
20
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
21 build_script:
15723
bec05be6858a patch 8.1.0869: Travis CI script is too complicated
Bram Moolenaar <Bram@vim.org>
parents: 12934
diff changeset
22 - ci/appveyor.bat
7121
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
23
a497a9868255 commit https://github.com/vim/vim/commit/0600f3511c6018cbcdb170a904bcf6533a06bf2d
Christian Brabandt <cb@256bit.org>
parents:
diff changeset
24 test_script:
8242
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
25 - cd src/testdir
1313d2e282dc commit https://github.com/vim/vim/commit/81275ca9ce3059148fdb65dff29f7ecdbca446fb
Christian Brabandt <cb@256bit.org>
parents: 7370
diff changeset
26 # Testing with MSVC gvim
10080
e836872c2a4c commit https://github.com/vim/vim/commit/dd905a2ae14bf2ee59a068f1c3acbca1ff0b7067
Christian Brabandt <cb@256bit.org>
parents: 8244
diff changeset
27 - 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
28 - 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
29 - 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
30 # 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
31 - 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
32
10080
e836872c2a4c commit https://github.com/vim/vim/commit/dd905a2ae14bf2ee59a068f1c3acbca1ff0b7067
Christian Brabandt <cb@256bit.org>
parents: 8244
diff changeset
33 # vim: sw=2 sts=2 et ts=8 sr