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
No related merge requests found
load '/home/ram/src/andAllTheRestOfIt/building/CdoCdi.rake' require '~/.rake/CdoCdi'
class CdoBuild < CdoCdiBuild class CdoBuild < CdoCdiBuild
def generateTasks def generateTasks
super super
...@@ -11,11 +11,10 @@ class CdoBuild < CdoCdiBuild ...@@ -11,11 +11,10 @@ class CdoBuild < CdoCdiBuild
@help[:checkV] = 'run "cdo -V" to x-check the build' @help[:checkV] = 'run "cdo -V" to x-check the build'
@builders.each {|builder| @builders.each {|builder|
task "#{builder.name}_checkV".to_sym => ["#{builder.name}_make".to_sym] do |t| 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 end
end end
build = CdoBuild.new
build = CdoBuild.new(@rc)
build.generateTasks 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