Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up travis-ci to test on GNUstep/Linux #71

Open
ericwa opened this issue Oct 3, 2016 · 2 comments
Open

Set up travis-ci to test on GNUstep/Linux #71

ericwa opened this issue Oct 3, 2016 · 2 comments
Assignees

Comments

@ericwa
Copy link
Member

ericwa commented Oct 3, 2016

Since we first set up builds on Travis-ci back in 2013-2014, they added support for building the same project on both Linux and macOS: https://docs.travis-ci.com/user/multi-os/

If we are going to continue supporting CO on GNUstep we should set up automated builds with it, otherwise it's likely we'll inadvertently break GNUstep support.

@qmathe
Copy link
Member

qmathe commented Oct 3, 2016

Sounds like a good idea. I was planning to set up a new GNUstep environment with: https://github.com/ngrewe/gnustep-boxes

However using Travis seems like a better plan. If we can figure out a way to use LLVM/Clang packages, this would be perfect. We'll probably have to play with the compiler/linker flags since on Ubuntu/Debian, these packages still install the old GNU runtime according to the doc Niels wrote in the link I pasted.

@qmathe
Copy link
Member

qmathe commented Oct 3, 2016

The example that showcases a multi OS build matrix looks exactly like what we want to have.

@ericwa ericwa self-assigned this Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants