mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
added classic mode for droidgap and implmented test command first pass
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# this is for implementors mostly
|
||||
class Test
|
||||
def initialize
|
||||
`git clone git@github.com:phonegap/mobile-spec.git && cd mobile-spec && droidgap create && cd ../mobilespec_android && ant debug install`
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user