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

Using a build service to setup a continuous integration

<< < (2/2)

oBFusCATed:
Yep, Travis is the next thing I'll try to setup.

BlueHazzard:

--- Quote from: stahta01 on January 17, 2016, 02:46:03 am ---Edit: It will likely lockup on the command "git svn info" called as a pre-step to SDK.

--- End quote ---

I also think that is the block here... On my windows machine this command takes up to 45min... I posted in one thread a patch to fix this command (don't use git svn info in a git repository, but use the hash as a revision string) in AutoRevision, but probably this is lost in the void...
For a quick test you can remove this command from the prebuild steps..

greetings

PS.: there should be a command line switch that forwards all from the build log to the stdout... (Isn't this standard in linux)

oBFusCATed:

--- Quote from: BlueHazzard on January 17, 2016, 11:11:32 am ---
--- Quote from: stahta01 on January 17, 2016, 02:46:03 am ---Edit: It will likely lockup on the command "git svn info" called as a pre-step to SDK.

--- End quote ---

I also think that is the block here... On my windows machine this command takes up to 45min... I posted in one thread a patch to fix this command (don't use git svn info in a git repository, but use the hash as a revision string) in AutoRevision, but probably this is lost in the void...
For a quick test you can remove this command from the prebuild steps..

--- End quote ---
This is no longer the case. See some of the commits in trunk. :)


--- Quote from: BlueHazzard on January 17, 2016, 11:11:32 am ---PS.: there should be a command line switch that forwards all from the build log to the stdout... (Isn't this standard in linux)

--- End quote ---
This is not possible on windows. An app is a console or gui, but not both. This is also fix by using my custom build.

Also I'm using a premade config, so no compiler detection should happen. I've found they provide rdp access, so I'll try it...

Navigation

[0] Message Index

[*] Previous page

Go to full version