Method: XCCache::Command::Build#run

Defined in:
lib/xccache/command/build.rb

#runObject



23
24
25
# File 'lib/xccache/command/build.rb', line 23

def run
  Installer::Build.new(ctx: self, targets: @targets).install!
end