summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Black <[email protected]>2018-09-29 17:31:21 -0700
committerTom Black <[email protected]>2018-10-05 14:09:05 -0700
commit78ad996d017d833f31fb0c3337630590bc110d61 (patch)
treea5512398a9a694ec2b9c5edbe31d0ff7367fe713 /Rakefile
parentb4bbf346ea7f124c8614467a0e47bd4062504d63 (diff)
downloadruby2d-78ad996d017d833f31fb0c3337630590bc110d61.tar.gz
ruby2d-78ad996d017d833f31fb0c3337630590bc110d61.zip
Temporarily disable building for web while transitioning to WebAssembly
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 76d901c..b91fa6a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -46,6 +46,7 @@ def run_web_test(file)
print_task "Running web test: #{file}.rb"
run_cmd "ruby2d build --clean"
run_cmd "ruby2d build --web test/#{file}.rb --debug"
+ return # temporarily disable
open_cmd = 'open'
case RUBY_PLATFORM
when /linux/