]> git.ipfire.org Git - thirdparty/krb5.git/commit
Check distclean target in Travis build 809/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 9 Jul 2018 15:32:57 +0000 (11:32 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 10 Jul 2018 16:33:16 +0000 (12:33 -0400)
commit4c547e03daffe18c5477be7075e52f69f84acb08
tree8240fd00226834535eae7329c510a89ee44d6c9f
parent2bd410ecdb366083fe9b4e5f6ac4b741b624230b
Check distclean target in Travis build

Move the build commands to a shell script, run with the -e flag so any
failure causes the script to exit.  In the script, verify that "make
distclean" removes everything produced by "make" and "make check".
.travis-ci.sh [new file with mode: 0644]
.travis.yml