mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-08-10 00:23:28 +00:00
travis: use 'distcheck' rather than 'check'
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>
This commit is contained in:
parent
c51c07a016
commit
affd80ad6d
@ -26,5 +26,5 @@ addons:
|
||||
build_command_prepend: "./bootstrap.sh; ./configure --with-openssl; make clean"
|
||||
build_command: make -j4
|
||||
branch_pattern: coverity_scan
|
||||
script: "./autogen.sh && ./configure --with-openssl --prefix=/usr && make -j4 check
|
||||
&& sudo make -j4 check"
|
||||
script: "./autogen.sh --with-openssl --prefix=/usr && make -j4 distcheck
|
||||
&& sudo make -j4 distcheck"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user