aboutsummaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* Ignore manual files only commits [ci skip]Nobuyoshi Nakada2022-10-201-0/+2
|
* Try --x-use-aria2 for better retries (#6574)Takashi Kokubun2022-10-171-1/+1
| | | | | | | | to possibly deal with failures like https://ci.appveyor.com/project/ruby/ruby/builds/45097615. I'm not sure how vcpkg retries things, but at least aria2c seems to attempt downloads 5 times by default. https://aria2.github.io/manual/en/html/aria2c.html Looking at the CI log, vcpkg might be already trying it 5 times, but let me give it a try too.
* Fix an outdated notification messageTakashi Kokubun2022-10-171-1/+1
| | | | https://github.com/ruby/ruby/commit/0d7292ec734d49def118959d6a80588e7c0f7a39
* Leave only the oldest Visual Studio in AppVeyor (#6561)Takashi Kokubun2022-10-161-5/+3
|
* No longer download zlib sourceNobuyoshi Nakada2022-10-161-4/+0
| | | | | Although zlib package in vcpkg is still 1.2.12, it should be no problem in ruby tests.
* Upgrade zlib_version on AppVeyorTakashi Kokubun2022-10-131-1/+1
| | | | | | | | They removed https://zlib.net/zlib1212.zip because https://zlib.net/zlib1213.zip was released :thinking_face: Fix CI failures like: https://ci.appveyor.com/project/ruby/ruby/builds/45064876/job/bb9biogolh0u2595
* Ignore `.document` only commits [ci skip]Nobuyoshi Nakada2022-08-221-0/+1
|
* Skip CIs if the head commit message contains '[DOC]'Nobuyoshi Nakada2022-06-191-1/+1
|
* Update zlib version to 1.2.12Nobuyoshi Nakada2022-03-281-1/+1
|
* Appveyor: Link vcpkg DLLs except for readlineNobuyoshi Nakada2022-02-071-1/+3
|
* [MSWin] Install libffi using vcpkgNobuyoshi Nakada2022-02-061-2/+10
|
* Appveyor: Try readline extensionNobuyoshi Nakada2022-02-061-2/+0
|
* Appveyor: DBM extensions have not been bundled alreadyNobuyoshi Nakada2022-02-061-1/+1
|
* Fold command line itemsNobuyoshi Nakada2022-02-061-3/+25
|
* Use UTF-8 for lib/reline on AppVeyoraycabta2021-12-241-1/+1
|
* [DOC] Skip tests if only documents change [ci skip]Nobuyoshi Nakada2021-12-161-0/+1
| | | | | Run only checks for source code. Currently, our CIs do almost nothing about the documents.
* Appveyor: Skip tests on if only document files changed [ci skip]Nobuyoshi Nakada2021-12-131-0/+5
|
* Dot-prefix appveyor.ymlNobuyoshi Nakada2021-09-251-0/+98