Building in a worker

This commit is contained in:
Charles Care
2019-11-17 14:49:20 +00:00
parent d04671469a
commit 3fbd974ddd
13 changed files with 198 additions and 14 deletions

7
bin/builder Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env ruby
require "bundler/setup"
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "pipeline"
Pipeline::Cmd::BuilderDaemon.(ARGV)