how to compile code::blocks WxWidgets Project on github actions

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
El_isra
Experienced Solver
Experienced Solver
Posts: 50
Joined: Tue Apr 13, 2021 1:10 am
Location: Buenos Aires, Argentina
Contact:

how to compile code::blocks WxWidgets Project on github actions

Post by El_isra »

HI!
I want to compile my project from github actions, but... I don't know if it's possible...
i've already learnt how to Use CBP2Make to generate Makefiles...

i've experience setting up linux workflows to Compile PS2 Software. but I don't know if this can be done...
i'll apreciate any kind of aid!
El_isra
Experienced Solver
Experienced Solver
Posts: 50
Joined: Tue Apr 13, 2021 1:10 am
Location: Buenos Aires, Argentina
Contact:

Re: how to compile code::blocks WxWidgets Project on github actions

Post by El_isra »

Virchanza
I live to help wx-kind
I live to help wx-kind
Posts: 172
Joined: Sun Jul 19, 2009 6:12 am

Re: how to compile code::blocks WxWidgets Project on github actions

Post by Virchanza »

See my thread where I got this working for my own wxWidgets GUI program:

viewtopic.php?f=19&t=48835
ollydbg23
Super wx Problem Solver
Super wx Problem Solver
Posts: 438
Joined: Fri Dec 12, 2008 10:31 am

Re: how to compile code::blocks WxWidgets Project on github actions

Post by ollydbg23 »

Virchanza wrote: Sun Dec 19, 2021 2:02 am See my thread where I got this working for my own wxWidgets GUI program:

viewtopic.php?f=19&t=48835
Thanks for sharing.
It looks like you are using "make" in the git action? Not the code::blocks?
Post Reply