Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Wrote a script to git submodule update robolectric and then mvn insta…
Browse files Browse the repository at this point in the history
…ll it.
  • Loading branch information
David Varvel and Phil Goodwin committed Mar 2, 2013
1 parent a37765f commit 775d2ea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions script/update_robolectric
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/ruby
require "script/helpers"

system! 'git submodule update --merge'
in_dir "submodules/robolectric" do
system! 'mvn clean install'
end

0 comments on commit 775d2ea

Please sign in to comment.