svn - nightly build Script for SubVersion -
i have prepared solution multiple projects netbeans ide versioned under linux subversion.
i prepare script automatize nightly build creation: - checkout latest version svn - compile multiple projects - choose subset of files (libraries, headers, etc...) - tar.gz them - commit tar.gz svn
some suggestions? in advance ciao andrea
the google phrase continous integration.
for java can start checking out cruisecontrol. can configure run both nightly builds , continous integration (on every checking in svn). actual build script written in ant or similar.
Comments
Post a Comment