summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-05-06 16:13:37 -0700
committerTom Black <[email protected]>2018-05-06 17:36:48 -0700
commit3a7f63f64159b21f4ec5c4e64aa36eafcacf567f (patch)
treeb4a6e5d0c009ba189c02357ed3e6fd0ff83f2d4c /bin
parent341ca5b71287ba9e6a1f2fa0065396bb997dc685 (diff)
downloadruby2d-3a7f63f64159b21f4ec5c4e64aa36eafcacf567f.tar.gz
ruby2d-3a7f63f64159b21f4ec5c4e64aa36eafcacf567f.zip
Update CI
Also adds native and web build test
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ruby2d2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/ruby2d b/bin/ruby2d
index d7b1e15..eabb756 100755
--- a/bin/ruby2d
+++ b/bin/ruby2d
@@ -331,8 +331,6 @@ Choose an option with the #{"simulator".bold} command:
--log <app> Stream log for the app only, given the app name
--log-errors Stream log containing only error messages\n\n"
-# puts ARGV.inspect
-
case ARGV[0]
when 'build'
if ARGV.delete '--debug' then @debug = true end