pidgin/builders

Update the builders for a number of things

21 months ago, Gary Kramlich
4bcd7c4166f1
file isExecutable
Update the builders for a number of things
#!/bin/sh -ex
cd "${CONVEY_WORKSPACE}"
TARGET="${TARGET:-unknown}"
BUILD_DIR="build-${TARGET}"
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig
meson -Dsilc=enabled -Ddoc=true "${BUILD_DIR}"
ninja -C "${BUILD_DIR}" test
ninja -C "${BUILD_DIR}" pidgin-pot
ninja -C "${BUILD_DIR}" doc