Thread overview
How would I know if AppVayer is parsing my yaml file?
Jul 17, 2019
Mike Brockus
Jul 17, 2019
Paul Backus
Jul 17, 2019
Mike Brockus
July 17, 2019
If you never seen Meson before then pick up a camera and take a picture:
🤔 👉 https://mesonbuild.com/

Quick question.
I started integrating ci/cd best practices to my Meson projects and I was wondering how would I know if AppVayer is parsing my yaml file? I know I got a failed build because it was set to MSBuild by default. But after I set the value to script, how would I know it's doing its work and not just spinning its wheels.

https://github.com/squidfarts/d-example.git
July 17, 2019
On Wednesday, 17 July 2019 at 17:03:16 UTC, Mike Brockus wrote:
> If you never seen Meson before then pick up a camera and take a picture:
> 🤔 👉 https://mesonbuild.com/
>
> Quick question.
> I started integrating ci/cd best practices to my Meson projects and I was wondering how would I know if AppVayer is parsing my yaml file? I know I got a failed build because it was set to MSBuild by default. But after I set the value to script, how would I know it's doing its work and not just spinning its wheels.
>
> https://github.com/squidfarts/d-example.git

This is a question about AppVeyor, not D, so you should post it to the AppVeyor support forum at https://help.appveyor.com/
July 17, 2019
On Wednesday, 17 July 2019 at 18:42:20 UTC, Paul Backus wrote:
> On Wednesday, 17 July 2019 at 17:03:16 UTC, Mike Brockus wrote:
>> If you never seen Meson before then pick up a camera and take a picture:
>> 🤔 👉 https://mesonbuild.com/
>>
>> Quick question.
>> I started integrating ci/cd best practices to my Meson projects and I was wondering how would I know if AppVayer is parsing my yaml file? I know I got a failed build because it was set to MSBuild by default. But after I set the value to script, how would I know it's doing its work and not just spinning its wheels.
>>
>> https://github.com/squidfarts/d-example.git
>
> This is a question about AppVeyor, not D, so you should post it to the AppVeyor support forum at https://help.appveyor.com/

Ok we'll do.