How to run appveyor.yml script locally?

I want to install mlpack on windows, and I found the appveyor.yml script on github. Instead of executing and executing each step manually, is there a way to run this script on my laptop? For example, something similar to a bat file?

+4
source share
1 answer

appveyor.ymlis the configuration file for AppVeyor , which must be executed on the AppVeyor build virtual machines. I heard about the LocalAppVeyor project , which should help you run this locally, but I have not tried it.

bat, install build_script bat. - - cmd. , - ps: PowerShell, , PowerShell . , - - ps:, bat .

artifacts, notifications AppVeyor bat, , , AppVeyor, LocalAppVeyor, .

+4

Source: https://habr.com/ru/post/1673593/


All Articles