Travis-CI and multi-platform CI

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
Post Reply
User avatar
psi29a
Posts: 5360
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Travis-CI and multi-platform CI

Post by psi29a »

http://docs.travis-ci.com/user/osx-ci-environment/
^-- as an example

Soon there will be other platforms too, we should take advantage of this. :)
corristo
Posts: 495
Joined: 12 Aug 2011, 08:29

Re: Travis-CI and multi-platform CI

Post by corristo »

I'd be happy to use this, but Travis still cannot into multiplatform configuration in one .travis.yml, i.e. I can't just add OS X build script to our main repo's .travis.yml without breaking linux build.

I could use separate branch with edited .travis.yml for OS X, of course, but it involves manual merging =\

Related Travis issue: https://github.com/travis-ci/travis-ci/issues/216
Post Reply