OrangeC icon indicating copy to clipboard operation
OrangeC copied to clipboard

How to build cwa/cpj's from command line?

Open GitMensch opened this issue 5 years ago • 3 comments

Similar to msbuild I'd like to be able to use a command line tool to build those from command line. Is there an option like this already? If not: please consider this as feature request (useful to run a project against OrangeC via CI without creating extra makefiles). I'm not sure but It may be reasonable to allow it as special "source" for omake?

GitMensch avatar Sep 28 '20 10:09 GitMensch

this is reasonable but my first comment is... whenever I get to it OCIDE is going away. Does it make sense to use the OCIDE menu item that auto-generates makefiles to do this? If not how much of a need is it in the short term? I don't have a problem doing it just might be better if we use a workaround until a new IDE is selected...

LADSoft avatar Sep 28 '20 19:09 LADSoft

Hm, as OCIDE will be archived some day (likely sooner than later) I suggest to add a ocide-build binary to the OCIDE repo and close this issue here as "not implemented in OrangeC, use makefiles (possibly exported by OCIDE)".

But I'm also fine with not having this implemented at all and export a makefile later (I wasn't aware of that option) and use that in CI later.

Your call.

GitMensch avatar Sep 28 '20 19:09 GitMensch

I think at this point I have enough to do and want to defer making a build binary... if you can export a makefile for now that would be good.

LADSoft avatar Sep 30 '20 23:09 LADSoft