Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ElonH on November 29, 2019, 03:24:20 pm

Title: CI: cross compile code::blocks for windows in linux
Post by: ElonH on November 29, 2019, 03:24:20 pm
hey gays,

     The svn trunk has include travis.yml that can use Travis CI to build Code::Blocks for Linux.
But the travsis config contain a task only that compile a Code::Blocks for linux.
On the other words, Does it has any way to compile Code::Blocks for windows in linux?
If it exist, I can use in Travis CI to save lots of compilation time.
Title: Re: CI: cross compile code::blocks for windows in linux
Post by: ollydbg on November 30, 2019, 06:50:16 am
I think some build-bot supports native windows system, see this post for a reference: Any idea to use build bot for the Code::Blocks nightly build? (http://forums.codeblocks.org/index.php/topic,23577.msg160650.html#msg160650), though I haven't tried it yet.
Title: Re: CI: cross compile code::blocks for windows in linux
Post by: oBFusCATed on November 30, 2019, 10:41:16 am
hey gays,

I hope this is typo :)

     The svn trunk has include travis.yml that can use Travis CI to build Code::Blocks for Linux.
But the travsis config contain a task only that compile a Code::Blocks for linux.
On the other words, Does it has any way to compile Code::Blocks for windows in linux?
If it exist, I can use in Travis CI to save lots of compilation time.


What is the point of all this? Our travis has not setup to create binaries and upload them somewhere.

There seems to be experimental windows support in travis, but I have not tried it yet.