[Buildbot-commits] [Buildbot] #987: Missing command line for visual studio /clean
Buildbot
buildbot-devel at lists.sourceforge.net
Fri Sep 10 15:48:03 UTC 2010
#987: Missing command line for visual studio /clean
------------------------+---------------------------------------------------
Reporter: JDelfour | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone: 0.8.2
Version: 0.8.1 | Keywords: windows
------------------------+---------------------------------------------------
Reference ticket: http://buildbot.net/trac/ticket/986
I usually prefer doing a "clean" before a "build" without using the
"rebuild" (which sometimes mess the dependencies...
I guess you should add the following in the command lines of visual
studio:
if self.mode == "clean":
command.append("/Clean")
--
Ticket URL: <http://buildbot.net/trac/ticket/987>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list