<div dir="auto"><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Tue, 28 May 2019, 06:29 CDelancy, <<a href="mailto:cdelancy@blackfangtechnologies.com">cdelancy@blackfangtechnologies.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you for your reply. <br>
<br>
Unfortunately, I had never heard of a .yml file before your post and I would<br>
not know what to do with what you have linked. My attempts to research it<br>
haven't yielded anything useful.<br></blockquote></div><div dir="auto"><br></div><div dir="auto">It's plain text file with specification of steps to build GDAL used by CI servers.</div><div dir="auto">The steps are plain to commands for Windows Command Prompt and/or PowerShell. </div><div dir="auto"><br></div><div dir="auto">For example, NMAKE. EXE invocation <a href="https://github.com/OSGeo/gdal/blob/master/appveyor.yml#L158">https://github.com/OSGeo/gdal/blob/master/appveyor.yml#L158</a></div><div dir="auto"><br></div><div dir="auto">Simpky, you read it and replicate the same steps locally. </div><div dir="auto"><br></div><div dir="auto">If you've ever compiled C/C++ software on Windows, iy all should look familiar. </div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">-- <br style="font-family:sans-serif"><div data-smartmail="gmail_signature" style="font-family:sans-serif" dir="auto">Mateusz Loskot, <a href="mailto:mateusz@loskot.net">mateusz@loskot.net</a><br>(Sent from mobile)</div></div><div dir="auto"><br></div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>