Hi Jan, On 19 March 2018 at 09:16, Jan Lahoda <lah...@gmail.com> wrote:
> Hi, > > In Apache NetBeans (incubating), we have some smallish native (C/C++) > components. I'd like to ask: are there any official build servers that can > build C/C++ code for Windows? (Does not need to be Windows, IMO, could even > be cross-compilation.) And if yes, are there existing projects that are > using them, so that we could look how to do things properly? > > Thanks, > Jan > the Subversion project also builds C, some C++ and Python/Perl code via the ASF Buildbot instance: https://ci.apache.org/buildbot.html On the waterfall page, you can find the Subversion builds where column headers start with "svn-". It's a long time since I personally looked at the configuration, so I'm just pointing you in the (hopefully) right direction. Have a look at the build configuration file here: https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/subversion.conf That projects folder contains many more examples and even an instructions file: https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/projects/readme.txt hth, Lieven