Skip to content

Instantly share code, notes, and snippets.

View ericlmartinezo's full-sized avatar

Eric ericlmartinezo

  • Portland, OR
View GitHub Profile
@ericlmartinezo
ericlmartinezo / calabash-ios-ci.rb
Created December 8, 2015 12:04 — forked from AlexDenisov/calabash-ios-ci.rb
Ruby script for Calabash iOS CI-server
#!/usr/bin/ruby
require "getoptlong"
getoptlong = GetoptLong.new(
[ '--target', '-t', GetoptLong::REQUIRED_ARGUMENT ],
[ '--log-file', '-l', GetoptLong::REQUIRED_ARGUMENT ],
[ '--source-root', '-r', GetoptLong::REQUIRED_ARGUMENT ]
)