Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add sqlite to CI dependencies | Michael Vetter | 2020-04-06 | 1 | -1/+2 |
| | |||||
* | Use latest Docker in CI | William Wennerström | 2020-03-30 | 1 | -3/+1 |
| | | | | | | Force a Docker upgrade for all Linux runners. Fixes: #1294 | ||||
* | thanks travis.. | Michael Vetter | 2020-03-30 | 1 | -1/+3 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1294 | ||||
* | os TW 20200325 test | Michael Vetter | 2020-03-30 | 1 | -1/+1 |
| | |||||
* | Test oS TW 20200324 | Michael Vetter | 2020-03-30 | 1 | -1/+1 |
| | | | | | Tests fail in TW image. Doesn't seem our fault. Let's try to find out since when. | ||||
* | Add Travis CI tests for Arch, Debian and OSX/macOS | William Wennerström | 2019-06-06 | 1 | -0/+56 |
+ 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 |