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 set down and take a look:
🤔 👉 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 it wheels.

Reference.
Jul 16 2019
parent Mike Brockus <michael squidfarts.com> writes:
On Tuesday, 16 July 2019 at 22:24:32 UTC, Mike Brockus wrote:
 If you never seen Meson before then set down and take a look:
 🤔 👉 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 it 
 wheels.

 Reference.
Sorry forgot I had to put the full path. https://github.com/squidfarts/c-example.git
Jul 16 2019