diff options
| author | Tom Black <[email protected]> | 2018-09-29 17:31:21 -0700 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-10-05 14:09:05 -0700 |
| commit | 78ad996d017d833f31fb0c3337630590bc110d61 (patch) | |
| tree | a5512398a9a694ec2b9c5edbe31d0ff7367fe713 /Rakefile | |
| parent | b4bbf346ea7f124c8614467a0e47bd4062504d63 (diff) | |
| download | ruby2d-78ad996d017d833f31fb0c3337630590bc110d61.tar.gz ruby2d-78ad996d017d833f31fb0c3337630590bc110d61.zip | |
Temporarily disable building for web while transitioning to WebAssembly
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/ |
