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

Using a build service to setup a continuous integration

(1/2) > >>

oBFusCATed:
I'm experimenting with appveyor. I'm trying to setup an automated build of codeblocks on Windows, but I'm failing.
It seems that it is showing some dialog and it gets stuck waiting for the user.

This is the link to the project https://ci.appveyor.com/project/obfuscated/codeblocks-sf and you can check the logs.
I'm using a self build CB. This build is special, because I've modified the src target to be a console application, but it still doesn't work.

Any idea how to prevent this problem or what is going on?
I'll probably try to contact support next week, but I don't have high hopes...

stahta01:
If you post a Git link to the CB console code; I can try and see if it works on my PC.
The main thing is I would remove all places where it tries to auto-detect compiler locations because that causes me the most problems with the GUI Code::Blocks locking up.

Edit: It will likely lockup on the command "git svn info" called as a pre-step to SDK.
Edit2: Steps I use to get svn info to work in MSys2 Git.
https://github.com/stahta01/cb_misc/blob/master/Notes/Fix%20Git%20SVN%20information%20steps.txt

Tim S.

ollydbg:
Hi, OBF, is the build service free? I'm interested in this kind of buildbot, because my PC is too old and too slow. :)

oBFusCATed:
Yes, for opensource projects, but it cannot replace a local machine. It is not fast and also there is a 1 hour job limit.

MortenMacFly:

--- Quote from: oBFusCATed on January 17, 2016, 10:52:34 am ---Yes, for opensource projects, but it cannot replace a local machine. It is not fast and also there is a 1 hour job limit.

--- End quote ---
I have no idea with appveyor directly, but I am using Travis (https://travis-ci.org/) which is based on it alongside a project that uses CMAKE for the build. This is quite simple to setup and working good so far. unfortunately I never tried C::B with it.

Navigation

[0] Message Index

[#] Next page

Go to full version