Fri, 11 May 2018 15:57:42 -0500
pidginstock: Silence excessive GtkStock deprecation warnings
GtkStock is deprecated. We know this. This patch replaces the endless
warnings from pidginstock.c with a single one to stop some of the
warning flood in the build log.
| 38905 | 1 | # vi:et:ts=2 sw=2 sts=2 |
| 2 | image: pidgin/builder-debian:buster | |
| 3 | pipelines: | |
| 4 | default: | |
| 5 | - step: | |
| 6 | script: | |
| 7 | - set -ex | |
| 8 | - meson -Dsilc=false -Ddoc=true -Ddebug=true build | |
| 9 | - ninja -C build | |
| 10 | - ninja -C build test | |
| 11 | branches: | |
| 12 | release-2.x.y: | |
| 13 | - step: | |
| 14 | image: pidgin/release-builder:release-2.x.y | |
| 15 | script: | |
| 16 | - set -ex | |
| 17 | - ./autogen.sh --enable-debug | |
| 18 | - make -s -j$(nproc) | |
| 19 | - make -s -j$(nproc) check | |
| 20 | - make distcheck |