about summary refs log tree commit diff stats
path: root/Dockerfile.tumbleweed
Commit message (Collapse)AuthorAgeFilesLines
* Add sqlite to CI dependenciesMichael Vetter2020-04-061-1/+2
|
* Use latest Docker in CIWilliam Wennerström2020-03-301-3/+1
| | | | | | Force a Docker upgrade for all Linux runners. Fixes: #1294
* thanks travis..Michael Vetter2020-03-301-1/+3
| | | | Regards https://github.com/profanity-im/profanity/issues/1294
* os TW 20200325 testMichael Vetter2020-03-301-1/+1
|
* Test oS TW 20200324Michael Vetter2020-03-301-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/macOSWilliam Wennerström2019-06-061-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