Skip to content

Instantly share code, notes, and snippets.

View Myoldmopar's full-sized avatar
💭
Get in the robot.

Edwin Lee Myoldmopar

💭
Get in the robot.
View GitHub Profile
@Myoldmopar
Myoldmopar / run_ci.rb
Last active June 27, 2022 20:08 — forked from lefticus/run_ci.rb
#!/usr/bin/env ruby
require 'fileutils'
if ARGV.length < 4
puts "Usage: #{__FILE__} <buildfolder> [options] <testruntrueorfalse> <githubtoken> <repositoryname> (<repositoryname> ...)"
abort("Not enough arguments")
end
puts "starting CI system"