about summary refs log tree commit diff stats
path: root/Dockerfile.tumbleweed
Commit message (Collapse)AuthorAgeFilesLines
* ci: switch from libmesode to libstropheMichael Vetter2021-10-281-1/+0
|
* travis: add libstrophe to twMichael Vetter2020-10-091-0/+1
| | | | | | | So far only libstrophe is in 0.10.0 on TW. Lets just add both since configure will choose libmesode anyways if both are installed. And we plan to deprecate libmesode later anyways.
* ci os tw: disable building of stabberMichael Vetter2020-07-081-7/+7
| | | | | | | | | | | | | | libmicrohttpd 0.97.1 changed some types. These commits adapt stabber: https://github.com/profanity-im/stabber/commit/f33c4b6ba9281d1e5ff7c488cc0df00e331c98ba https://github.com/profanity-im/stabber/commit/81f38c6a3377e2a1df3bfbb223f98bdaf3fd8ffa Tumbleweed does not yet have the latest libmicrohttpd in its repositories. But it is updated in the devel repo. So should land there in the next couple of days. Let's disable building stabber on TW for that time.
* 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