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

generate building tasks for tasks ONLY if there

is a "CC" key set in the config - everything else is
just host info, which can be used by user-defined tasks
parent 6874ef25
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ Builder = Struct.new(:host,:hostname,:username,:compiler,:targetDir,:configureCa
"builder on #{config['hostname']}, CC=#{cc}")
builder2task(builder)
}
} if config.has_key?('CC')
}
# 2) construct builders from manual configuration
@userConfig["builders"].each {|builderName,config|
......
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