]> git.proxmox.com Git - libtpms.git/commitdiff
travis: use 'distcheck' rather than 'check'
authorStefan Berger <stefanb@linux.vnet.ibm.com>
Sat, 1 Sep 2018 15:14:54 +0000 (11:14 -0400)
committerStefan Berger <stefanb@linux.vnet.ibm.com>
Sat, 1 Sep 2018 15:19:13 +0000 (11:19 -0400)
To test the creation of the tar and out-of-tree builds all the time, do
'distcheck' rather than a simple 'check'.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
.travis.yml

index f8cbeb76caa55bf6315ae0507d9305684a9c487b..594c819f5de8c6df87eb0272ab49a0e27bf13746 100644 (file)
@@ -17,4 +17,4 @@ addons:
     build_command_prepend: "./bootstrap.sh; ./configure --with-openssl --with-tpm2; make clean"
     build_command: make -j4
     branch_pattern: coverity_scan
-script: ./bootstrap.sh && ./configure --with-openssl --prefix=/usr --with-tpm2 && make -j4 check
+script: ./bootstrap.sh && ./configure --with-openssl --prefix=/usr --with-tpm2 && make -j4 distcheck