Thu, 10 May 2018 22:32:29 -0500
options: Fix flags for force-online
The force-online option in libpurple/options.c had mismatched tags
for the way it was intended to work. This caused it to not work
and crash. This patch adjusts the flags to handle calling the
callback as intended.
| 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 |