about summary refs log tree commit diff stats
path: root/travis-build.sh
Commit message (Collapse)AuthorAgeFilesLines
* travis: show log in case make check failedMichael Vetter2019-10-101-0/+3
|
* Run tests in travis againMichael Vetter2019-07-181-0/+1
| | | | | | | Before 3700c80ad1258885256fa963dd8a13ab84853170 we used to run the tests only one time. 3700c80ad1258885256fa963dd8a13ab84853170 removed it by accident alltogether. Now we run it with every flag combination. Might take too long.
* Add Travis CI tests for Arch, Debian and OSX/macOSWilliam Wennerström2019-06-061-120/+60
| | | | | | | | | | | | | | | | | | | + Arch and Debian are run in Docker containers, as openSUSE Tumbleweed. + OSX/macOS doesn't use any containers. * Homebrew is used to fetch all the dependencies. * The dependencies are declared in the Brewfile.travis file. + The travis-build.sh script has been modified to check for the current OS and the different configure flags has been moved into an array that'll be looped through instead. The xscreensaver (for libXScrnSaver) flags has been removed for macOS as it only makes sense for systems running X11, which macOS doesn't (usually) do. + Some minor shellcheck fixes, too. Fixes: #1100
* Set locale in docker containerMichael Vetter2019-04-141-1/+0
| | | | | | | | | Install libmicrohttpd which are used for (currently disabled) functional tests). Install glibc-locale to get the locales. Unit test for `prof_whole_occurrences_tests` uses UTF-8 character and fails without proper locale being set.
* Update travisMichael Vetter2019-04-121-4/+20
| | | | | Add OMEMO dependencies. Build with and without OMEMO enabled.
* Travis build: Run unit tests onceJames Booth2016-09-031-12/+0
|
* Add travis build scriptJames Booth2016-09-031-0/+132