Check that the distribution tarball can actually be built from, in case
it's missing a file. Also check `make install` while we're here.
- gcc
script:
- ./autogen.sh
- - ./configure --enable-cassert --enable-werror --with-pam
+ - ./configure --prefix=$HOME/install --enable-cassert --enable-werror --with-pam
- make
+ - make install
- make dist
+ - tar -x -f pgbouncer-*.tar.gz
+ - cd pgbouncer-* && ./configure --prefix=$HOME/install2 --enable-cassert --enable-werror --with-pam && make && make install