about summary refs log tree commit diff stats
path: root/Dockerfile.arch
Commit message (Collapse)AuthorAgeFilesLines
* Add pixbuf building to CIMichael Vetter2022-05-301-1/+2
|
* ci: remove building of stabberMichael Vetter2022-01-121-6/+6
| | | | | It's not run anyways. See https://github.com/profanity-im/profanity/issues/789
* ci: git clone from httpsMichael Vetter2022-01-111-1/+1
| | | | | | | | | ``` Cloning into 'stabber'... fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. ```
* ci: re-enable tumblweedMichael Vetter2021-12-031-1/+1
| | | | | | Old docker/libseccomp from GH got updated. This reverts commit 5c5c45321976c9a859694afa781178c68d076ee2.
* Change to .tar.zst archives that latest Arch devtools usesWilliam Wennerström2020-07-201-2/+8
| | | | | This is required because of: https://www.archlinux.org/news/now-using-zstandard-instead-of-xz-for-package-compression/
* Add sqlite to CI dependenciesMichael Vetter2020-04-061-1/+2
|
* Add Travis CI tests for Arch, Debian and OSX/macOSWilliam Wennerström2019-06-061-0/+58
+ 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
='n184' href='#n184'>184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235