2017.06.07 22:30 "[Tiff] [PATCH] Windows CI support for GitHub and AppVeyor", by Roger Leigh

2017.06.09 13:18 "Re: [Tiff] [PATCH] Unix/Linux CI support for GitHub and Travis", by Bob Friesenhahn

On Fri, 9 Jun 2017, rleigh@codelibre.net wrote:

Thank you. One problem I noticed is that the build/travis-ci script does not have executable permissions, which is needed to build. I think with CVS that requires a chmod +x of the ,v file in the repository if was not set when initially added.

This seems to be a shell script which wants to be run with /bin/sh. As such, it could be executed like '/bin/sh build/travis-ci' (or whatever is needed for the context in which it is used) without any execute bits set. This would also help for operating systems or filesystems which have no notion of an execute bit.

Bob
--
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/