How to make Travis CI test package for Linux, OS X, Windows?

泄露秘密 提交于 2019-12-02 19:58:54

Update 3

Windows support has been released! You can now use Travis CI with Linux, macOS, and Windows. You can find their blog post about it here.

Update 2

This feature is enabled now (no need to send request to Travis team). Though still considered beta:

Works fine for me, here is Linux + OSX configuration:

Windows support still in progress (see windows issues) as alternative AppVeyor can be used. Example of configuration file:

Update


There is an open issue for Travis CI:

As a workaround for Linux + Mac OS X you can create two branches. One with default config (for Linux) and one with objective-c language (for Mac OS X).

If anyone is looking for a working, Windows/Mac/Linux python configuration example, see this repository: https://github.com/cclauss/Travis-CI-Python-on-three-OSes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!