From: Remi Gacogne Date: Fri, 13 Dec 2019 10:04:48 +0000 (+0100) Subject: auth: Build and run the unit tests in Circle CI X-Git-Tag: rec-4.4.0-alpha0~13^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bba5f1bb748fb94a63cbc5cab316e517b09e5645;p=thirdparty%2Fpdns.git auth: Build and run the unit tests in Circle CI --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 21c78ea4c0..b0eada001c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -529,6 +529,8 @@ jobs: --with-modules='bind lmdb ldap gmysql gsqlite3 gpgsql godbc random tinydns lua2' \ --enable-systemd \ --enable-tools \ + --enable-unit-tests \ + --enable-backend-unit-tests \ --with-lmdb=/usr \ --with-libsodium \ --prefix=/opt/pdns-auth \ @@ -538,6 +540,9 @@ jobs: command: make -j3 -k - save-ccache-cache: product: auth + - run: + name: Run unit tests + command: make check || (cat test-suite.log; false) - run: name: Install the binaries command: make install