digitalmars.D.learn - How would I know if appvayer is parsing my yaml file?
- Mike Brockus (9/9) Jul 16 2019 If you never seen Meson before then set down and take a look:
- Mike Brockus (3/13) Jul 16 2019 Sorry forgot I had to put the full path.
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
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