Sunday, June 2, 2013

Running builds from Assembla repositories

Running builds from Assembla repositories:
Use the continuous integration trigger
If you are a fan of continuous integration, you want to run a build or test every time someone commits new source code.  Your build system needs to be notified to run the build or test.  You can configure Assembla to make an HTTP GET request that will trigger the build script, when there is a new commit.  Go to the Trac tab on the space (Trac includes Subversion), on the bottom, and put in the URL of a script that will run the build.  Assembla will get this URL after each commit.  It is your responsibility to configure your web server to run the correct scripts when this URL gets called.

No comments: