On Sun, May 25, 2014 at 1:51 AM, Sriram Ramkrishna <[email protected]> wrote: > How can we get automatic testing with gnome-continuous? I'm looking > for a methodology that would download an extension, install it, and > then test for errors and then post a status. This doesn't seem that > hard at first glance, but I'm not sure how to integrate it with > gnome-continuous?
Would you consider using https://travis-ci.org/ ? Travis CI is a CI service, supporting Linux and Mac, and will support Windows in the future. It is seamless integrated to github, and it is free for open source projects. Travis CI supports network access, so it could be a supplementary to gnome-continuous. OT: Currently I'm doing some experience with Travis CI, using Wine as an alternative of Windows to test win32/cross-platform projects: https://travis-ci.org/fracting/sqlite https://travis-ci.org/fracting/wget https://travis-ci.org/fracting/win-iconv https://travis-ci.org/fracting/x264 https://travis-ci.org/fracting/xz https://travis-ci.org/fracting/yasm https://travis-ci.org/fracting/zlib My motivation is to use test suites from win32/cross-platform foss projects as a source of test suites for Wine, GNOME is in my todo list, anyone interested with that please don't hesitate to contact me :) -- Regards, Qian Hong - http://www.winehq.org _______________________________________________ gnome-shell-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-shell-list
