Skip to content
Snippets Groups Projects
Commit d6950c40 authored by Ralf Mueller's avatar Ralf Mueller
Browse files

update new Rakefile

parent 45af82cc
No related branches found
No related tags found
Loading
load '/home/ram/src/andAllTheRestOfIt/building/CdoCdi.rake'
require '~/.rake/CdoCdi'
class CdoBuild < CdoCdiBuild
def generateTasks
super
......@@ -11,11 +11,10 @@ class CdoBuild < CdoCdiBuild
@help[:checkV] = 'run "cdo -V" to x-check the build'
@builders.each {|builder|
task "#{builder.name}_checkV".to_sym => ["#{builder.name}_make".to_sym] do |t|
CommandExecution.execute("./src/cdo -V'",builder)
CommandExecution.execute("./src/cdo -V",builder)
end
}
end
end
build = CdoBuild.new(@rc)
build = CdoBuild.new
build.generateTasks
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment