Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Any idea to use build bot for the Code::Blocks nightly build?

(1/1)

ollydbg:
First, this is only my idea, because I see wxFormBuilder use the build bot for the nightly build, see its github homepage:

wxFormBuilder/wxFormBuilder: RAD tool for wxWidgets GUI design

There is a URL listed in the homepage: Last successful Windows build of the master branch, which direct to the file:


--- Code: ---https://ci.appveyor.com/api/projects/jhasse/wxformbuilder-461d5/artifacts/wxFormBuilder_win32.zip?branch=master

--- End code ---

Which I think is make by the build bot, and just download it, and it contains many dlls like "libwinpthread-1.dll" and "wxmsw30u_aui_gcc_custom.dll", which means the build bot may support MinGW or MinGW-w64 based compiler to build the project.

Any idea?

oBFusCATed:
I've tried https://github.com/obfuscated/codeblocks_sf/commits/ci/appveyor but due to the use of codeblocks.exe for building it failed. The build probably paused because it showed some dialog. I've stopped working on it, because I had to log to the appveyor machine to see what is going on.

We're currently building on travis for linux, but this doesn't allow downloading binaries.
I'm interested in trying open build service (linux only), but it looks very complex to setup. :(

Navigation

[0] Message Index

Go to full version