Project Sprouts and Continous Integration
posted by by on November 20, 2011 at 6:47 pm
This is more a reminder to myself rather than a complete post because it took me a while to figure it out. Updated the gems of AsUnit4 as well as the sprout-flashsdk from their repository. # rakefile.rb ############################## # CI # Compile the ci swf mxmlc “bin/#{project}_ci.swf” => :asunit4 do |t| t.input = “src/XMLRunner.as” t.source_path [...]