chewing / chewing-editor

Cross platform chewing user phrase editor
https://chewing.im/
GNU General Public License v2.0
31 stars 52 forks source link

Add Mac OS X CI on Travis #172

Closed david50407 closed 8 years ago

david50407 commented 8 years ago

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?

Chocobo1 commented 8 years ago

Not working yet: https://github.com/Chocobo1/chewing-editor/commit/34e074c19397d79b61f462b7743c32d93cc1f69d. 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.

david50407 commented 8 years ago

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

Updated: And we can keep Travis cache for the environment

Chocobo1 commented 8 years ago

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.