Skip to content

Commit 07486cb

Browse files
committed
Check install and distclean
Add buildsteps to test "make install" and "make distclean".
1 parent ff391f6 commit 07486cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

buildbot/master.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ f1.addStep(Configure(command="(cd src && util/reconf && ./configure)"))
138138
f1.addStep(Compile(command="(cd src && make)"))
139139
f1.addStep(Test(command="(cd src && make check)",
140140
locks=[testlock.access('exclusive')]))
141+
f1.addStep(Test(command="(cd src && make install DESTDIR=`pwd`/dest)", description=["intalling"], descriptionDone=["test", "install"]))
142+
f1.addStep(Test(command="(cd src && make distclean && echo 'checking git status' && if git status -s | grep '^ [DM]'; then exit 1; else :; fi)", description=["cleaning"], descriptionDone=["test", "clean"]))
141143

142144
c['builders'] = []
143145
branches = ('master', 'krb5-1.9', 'krb5-1.10', 'krb5-1.11', 'krb5-1.12')

0 commit comments

Comments
 (0)