www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How would I know if AppVayer is parsing my yaml file?

reply Mike Brockus <michael squidfarts.com> writes:
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
Jul 17 2019
parent reply Paul Backus <snarwin gmail.com> writes:
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/
Jul 17 2019
parent Mike Brockus <michael squidfarts.com> writes:
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.
Jul 17 2019