mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-12 22:40:29 +08:00
add 'build' task that builds for both modes
This commit is contained in:
@@ -46,6 +46,9 @@ namespace :build do
|
||||
end
|
||||
end
|
||||
|
||||
desc "Build everything"
|
||||
task :build => ['build:development', 'build:release']
|
||||
|
||||
desc "Run the project"
|
||||
task :run => 'build:development' do
|
||||
exec = App.config.app_bundle_executable('MacOSX')
|
||||
|
||||
Reference in New Issue
Block a user