Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ollydbg on November 21, 2019, 04:04:09 am

Title: Any idea to use build bot for the Code::Blocks nightly build?
Post by: ollydbg on November 21, 2019, 04:04:09 am
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 (https://github.com/wxFormBuilder/wxFormBuilder)

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

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?
Title: Re: Any idea to use build bot for the Code::Blocks nightly build?
Post by: oBFusCATed on November 21, 2019, 09:17:37 am
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. :(