You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/10/08 05:44:58 UTC

cordova-medic git commit: CB-9759 Adding cordova-common to build process.

Repository: cordova-medic
Updated Branches:
  refs/heads/master 0d77d5d65 -> c966b6cef


CB-9759 Adding cordova-common to build process.


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

Branch: refs/heads/master
Commit: c966b6ceff079c1ff72901907e744400d9393494
Parents: 0d77d5d
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Wed Oct 7 19:07:00 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Wed Oct 7 20:41:50 2015 -0700

----------------------------------------------------------------------
 buildbot-conf/cordova.conf | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/c966b6ce/buildbot-conf/cordova.conf
----------------------------------------------------------------------
diff --git a/buildbot-conf/cordova.conf b/buildbot-conf/cordova.conf
index 11278bc..51abf7e 100644
--- a/buildbot-conf/cordova.conf
+++ b/buildbot-conf/cordova.conf
@@ -279,8 +279,13 @@ CORDOVA_STEPS_GET_TOOLS = [
     NPMInstall(workdir='cordova-js', what='cordova-js'),
     NPMLink(workdir='cordova-js', what='cordova-js'),
 
+    # install common lib code
+    NPMInstall(workdir='cordova-lib/cordova-common', what='cordova-common'),
+    NPMLink(workdir='cordova-lib/cordova-common', what='cordova-common'),
+
     # install lib
     NPMLink(command=['cordova-js'], workdir='cordova-lib/cordova-lib', what='cloned cordova-js'),
+    NPMLink(command=['cordova-common'], workdir='cordova-lib/cordova-lib', what='cloned cordova-common'),
     NPMInstall(workdir='cordova-lib/cordova-lib', what='cordova-lib'),
     NPMLink(workdir='cordova-lib/cordova-lib', what='cordova-lib'),
 


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