Rename the install_paho_mqtt_c.sh to travis_install_paho_mqtt_c.sh, a name
similar to the one in Paho MQTT C.
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Also, test SSL with GNU Make. Test if the Makefile is building correctly
when passing the SSL flag.
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
There are some new struct members in the C library. These members are available
only in the develop branch.
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
The script does the following:
- Install GCC 4.8, 4.9, 5.0 and 6.0.
- Install Clang 3.6 and 3.8.
- Install CppUnit for unit testing.
- Install Doxygen.
- Build the prerequisite (Paho MQTT C).
- Build the Paho MQTT C++ with GNU Make, CMake and Autotools.
- Execute the Paho MQTT C++ test cases.
Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>