Extracting a class to represent a single run

This commit is contained in:
Charles Care
2019-09-03 10:41:48 +01:00
parent e3946d2c51
commit 4209ec3c5d
4 changed files with 109 additions and 38 deletions

View File

@@ -5,6 +5,6 @@ $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "pipeline"
Pipeline.load_config(File.expand_path('../../config/pipeline.yml', __FILE__))
# Pipeline.build_analyzer(ARGV[0])
# Pipeline.scratch
# Pipeline.build_analyzer("ruby")
# Pipeline.release
Pipeline.analyzer