You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/03/18 20:56:47 UTC

cordova-coho git commit: updated testing section in tools release process

Repository: cordova-coho
Updated Branches:
  refs/heads/master bdf1431a8 -> 611f3af5b


updated testing section in tools release process

 This closes #114


Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/611f3af5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/611f3af5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/611f3af5

Branch: refs/heads/master
Commit: 611f3af5b94ba1be3214e036639bf0d6c8281641
Parents: bdf1431
Author: Steve Gill <st...@gmail.com>
Authored: Fri Mar 18 12:56:20 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Mar 18 12:56:44 2016 -0700

----------------------------------------------------------------------
 docs/tools-release-process.md | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/611f3af5/docs/tools-release-process.md
----------------------------------------------------------------------
diff --git a/docs/tools-release-process.md b/docs/tools-release-process.md
index 98b71d7..3a11d16 100644
--- a/docs/tools-release-process.md
+++ b/docs/tools-release-process.md
@@ -140,15 +140,19 @@ Ensure that mobilespec creates okay via CLI:
     cordova-mobile-spec/createmobilespec/createmobilespec.js --android --ios
     (cd mobilespec && ./cordova build && ./cordova run android)
 
+Ensure that mobilespec creates okay via CLI and browserify:
+
+    (cd mobilespec && ./cordova prepare --browserify && ./cordova build && ./cordova run android)
+
 Ensure uninstall doesn't cause errors:
 
     (cd mobilespec && ./cordova plugin remove cordova-plugin-file-transfer)
 
-Ensure that mobilespec creates okay via plugman:
+Ensure that mobilespec creates okay via plugman (you may need to manually uninstall previous mobile-spec app):
 
     cordova-mobile-spec/createmobilespec/createmobilespec.js --plugman --android
-    (cd mobilespec-android && cordova/run)
-
+    (cd mobilespec-android && platforms/android/cordova/run)
+    
 Ensure unit tests pass (plugman tests are included in lib):
 
     (cd cordova-lib/cordova-lib; npm test)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org