#2733: Add travis-ci automated testing for OS X to existing Linux testing
-------------------------+-------------------------
Reporter: rkrug | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Default | Version: svn-trunk
Keywords: | CPU: Unspecified
Platform: All |
-------------------------+-------------------------
This patch adds support for testing of grass head branch for OS X on
travis-ci.
In addition to applying this patch, the multiplatform support needs to be
enabled for travis-ci which has to be done by mailing travis-ci support.
Effectively, I have done the following:
1) moved the linux test section into separate script files
2) created equivalent ones for OS X
3) changed the .travis.yml file to call the scripts depending on the OS
running
At the moment only installation is tested, but adding support for tests is
trivial, but details questions concerning which tests, if the results can
be uploaded, ... need to be decided.