pidgin/pidgin

Bump the versions and add checks for tcl/tk 8.6/8.7
release-2.x.y v2.13.0
2018-03-08, Gary Kramlich
0462a04774f8
Bump the versions and add checks for tcl/tk 8.6/8.7
# vi:et:ts=2 sw=2 sts=2
image: pidgin/builder-debian:buster
pipelines:
default:
- step:
script:
- set -ex
- meson -Dsilc=false -Ddoc=true -Ddebug=true build
- ninja -C build
- ninja -C build test
branches:
release-2.x.y:
- step:
image: pidgin/release-builder:release-2.x.y
script:
- set -ex
- ./autogen.sh --enable-debug
- make -s -j$(nproc)
- make -s -j$(nproc) check
- make distcheck