How would I know if AppVeyor is parsing my yaml file?
If you never seen Meson before then this would be a good time to give it 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 AppVeyor 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.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Owen McDonnell on 18 Jul, 2019 04:38 AM
You would know by the console log, which in your case shows nothing. Meaning, the yaml config file is not being parsed.
Change the name of that file to
appveyor.yml
.Ilya Finkelshteyn closed this discussion on 17 Sep, 2019 09:01 PM.