November 27, 2019 What is the simplest way to download and set path variables for D compilers when using AppVeyor | ||||
---|---|---|---|---|
| ||||
I am wondering if you guys would know what maybe the simplest way to have D working on AppVeyor because I already have a solution for both CircleCi, Travis-Ci and wish to expand to windows. Also as tip for Meson build users Ninja is available on PyPi meaning that you can have a simple command like "pip install meson ninja --user" and it would work. Also less lines of Yaml to maintain plus readability. |
November 27, 2019 Re: What is the simplest way to download and set path variables for D compilers when using AppVeyor | ||||
---|---|---|---|---|
| ||||
Posted in reply to Michael Brockus | On Wednesday, 27 November 2019 at 19:02:08 UTC, Michael Brockus wrote: > I am wondering if you guys would know what maybe the simplest way to have D working on AppVeyor Probably something like this: https://github.com/kinke/ldc/blob/e484486364f6765cb35d9d2961b05647ae78552b/appveyor.yml#L67-L69 |
Copyright © 1999-2021 by the D Language Foundation