Gphoto2 compiler and installer script. This script was initially created for Raspbian and Raspberry Pi but it is also tested for Ubuntu and Debian Jessie & Wheezy.
This updates gphoto2 and libgphoto2 to version 2.5.15. Additionally, it adds automated testing through Travis CI on the following distributions (with the help of Docker):
Ubuntu: 14.04 (Trusty Tahr), 16.04 (Xenial Xerus)
Debian: 7 (Wheezy), 8 (Jessie), 9 (Stretch)
It will run the installer script (stable only) on each of these distros and will check to make sure that the right version has been successfully installed. Unfortunately because of the different architecture, it makes it very difficult to run automated test for Raspbian. I even surprised myself when I actually got it to work using a Docker image with QEMU, however the compilation was too slow and it timed out after Travis's 50 minute time limit for jobs. Here is the code for future reference:
This updates gphoto2 and libgphoto2 to version 2.5.15. Additionally, it adds automated testing through Travis CI on the following distributions (with the help of Docker):
It will run the installer script (stable only) on each of these distros and will check to make sure that the right version has been successfully installed. Unfortunately because of the different architecture, it makes it very difficult to run automated test for Raspbian. I even surprised myself when I actually got it to work using a Docker image with QEMU, however the compilation was too slow and it timed out after Travis's 50 minute time limit for jobs. Here is the code for future reference:
In order to enable the automated testing on this repository, you will need to log into the Travis CI website and enable it for this repository.