summaryrefslogtreecommitdiff
path: root/.appveyor.yml
AgeCommit message (Collapse)Author
2023-03-10Bump the required BASERUBY version to 2.5 (#7504)Takashi Kokubun
[Misc #16671] I'd like to bump it to 2.7 to use pattern matching in tool/mk_builtin_loader.rb. However, I experienced a few blockers. 2.5 seems like the closest version that is easy enough to use on CIs, so let me bump the version to it as an intermediate step for it. I want to use &. and <<~ in 2.3 too. Known blockers: * AppVeyor Visual Studio 2015 doesn't have Ruby 2.7. You'd need to bump the version to Visual Studio 2019. * GitHub Actions windows-2019 doesn't have Ruby 2.7 either. You can use ruby/setup-ruby, but configure doesn't seem to work with it. * For ruby/ruby-ci-imaage, bionic doesn't have Ruby 2.7. I tried using ruby-build to build Ruby 2.7 from package, but the build on its CI seems to somehow loop forever when I do that. So I gave it up for now. We might want to wait until bionic becomes EOL. Note: * AppVeyor Visual Studio 2015 has Ruby <= 2.6.3 https://www.appveyor.com/docs/windows-images-software/#ruby * GitHub Actions windows-2019 uses Ruby 2.5.9 https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2023-02-22Prohibit GIT after setting readonlyNobuyoshi Nakada
2022-10-20Ignore manual files only commits [ci skip]Nobuyoshi Nakada
2022-10-17Try --x-use-aria2 for better retries (#6574)Takashi Kokubun
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. Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2022-10-17Fix an outdated notification messageTakashi Kokubun
https://github.com/ruby/ruby/commit/0d7292ec734d49def118959d6a80588e7c0f7a39
2022-10-16Leave only the oldest Visual Studio in AppVeyor (#6561)Takashi Kokubun
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2022-10-16No longer download zlib sourceNobuyoshi Nakada
Although zlib package in vcpkg is still 1.2.12, it should be no problem in ruby tests.
2022-10-13Upgrade zlib_version on AppVeyorTakashi Kokubun
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
2022-08-22Ignore `.document` only commits [ci skip]Nobuyoshi Nakada
2022-06-19Skip CIs if the head commit message contains '[DOC]'Nobuyoshi Nakada
2022-03-28Update zlib version to 1.2.12Nobuyoshi Nakada
2022-02-07Appveyor: Link vcpkg DLLs except for readlineNobuyoshi Nakada
2022-02-06[MSWin] Install libffi using vcpkgNobuyoshi Nakada
2022-02-06Appveyor: Try readline extensionNobuyoshi Nakada
2022-02-06Appveyor: DBM extensions have not been bundled alreadyNobuyoshi Nakada
2022-02-06Fold command line itemsNobuyoshi Nakada
2021-12-24Use UTF-8 for lib/reline on AppVeyoraycabta
Notes: Merged: https://github.com/ruby/ruby/pull/5338
2021-12-16[DOC] Skip tests if only documents change [ci skip]Nobuyoshi Nakada
Run only checks for source code. Currently, our CIs do almost nothing about the documents.
2021-12-13Appveyor: Skip tests on if only document files changed [ci skip]Nobuyoshi Nakada
2021-09-25Dot-prefix appveyor.ymlNobuyoshi Nakada