chewing/chewing-editor

Add Mac OS X CI on Travis

Closed this issue · 3 comments

Travis support OS X CI now (https://docs.travis-ci.com/user/osx-ci-environment/).
Maybe we can get auto-testing for OS X on Travis?

Not working yet: Chocobo1@34e074c. Due to apple-clang not working well with C++11, probably need to use gcc.
Also not sure how long will it take to get gcc installed.

We can install gcc on Travis with homebrew package support. I'll try it

Updated: And we can keep Travis cache for the environment

And we can keep Travis cache for the environment

Last time I checked (1, 2 weeks ago), Travis still didn't enable cache in osx env.

We can install gcc on Travis with homebrew package support. I'll try it

If you can open a PR (with my commit followed by your "fixing" commits), that would be great.