You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sg...@apache.org on 2014/11/05 23:38:51 UTC

[3/8] git commit: additional build configurations for windows

additional build configurations for windows


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

Branch: refs/heads/master
Commit: 1c0521e60e4909755201c941baafdddafe7f6247
Parents: 997d05e
Author: sgrebnov <v-...@microsoft.com>
Authored: Tue Aug 5 18:01:50 2014 +0400
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Wed Oct 1 12:07:50 2014 +0400

----------------------------------------------------------------------
 repos.json | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/1c0521e6/repos.json
----------------------------------------------------------------------
diff --git a/repos.json b/repos.json
index ce1045b..6df6f94 100644
--- a/repos.json
+++ b/repos.json
@@ -4,29 +4,35 @@
     "title" : "Android Master Platform",
     "categories" : ["ANDROID","CLI","PLUGMAN","COHO","MSPEC","TESTMASTER","JS"],
     "branch" : "master",
-    "builder": "Android_Master",
+    "builder": "Android",
     "platform": "android"
   },
   {
     "title" : "Android Master Plugins",
     "categories" : ["PLUGIN"],
     "branch" : "master",
-    "builder": "Android_Master",
+    "builder": "Android",
     "platform": "android"
-  }
-,
+  },
+    {
+    "title" : "Android Build Windows",
+    "categories" : ["ANDROID","CLI"],
+    "branch" : "master",
+    "builder": "AndroidWin",
+    "platform": "android"
+  },
   {
     "title" : "IOS Master Platform",
     "categories" : ["IOS","CLI","PLUGMAN","COHO","MSPEC","TESTMASTER","JS"],
     "branch" : "master",
-    "builder": "IOS_Master",
+    "builder": "IOS",
     "platform": "ios"
   },
   {
     "title" : "IOS Master Plugins",
     "categories" : ["PLUGIN"],
     "branch" : "master",
-    "builder": "IOS_Master",
+    "builder": "IOS",
     "platform": "ios"
   }
 ,
@@ -34,14 +40,14 @@
     "title" : "Windows Phone8 master",
     "categories" : ["WP8"],
     "branch" : "master",
-    "builder": "WP8_Master",
+    "builder": ["WP8", "WP8_vs2012_win8"],
     "platform": "wp8"
   },
   {
     "title" : "Windows 8 master",
     "categories" : ["WINDOWS8"],
     "branch" : "master",
-    "builder": "Windows8_Master",
+    "builder": ["Windows8", "Windows8_vs2012_win8"],
     "platform": "windows8"
   }
 ,
@@ -49,14 +55,14 @@
     "title" : "BlackBerry Master Platform",
     "categories" : ["BLACKBERRY","CLI","PLUGMAN","COHO","MSPEC","TESTMASTER","JS"],
     "branch" : "master",
-    "builder": "BlackBerry_Master",
+    "builder": "BlackBerry",
     "platform": "blackberry"
   },
   {
     "title" : "BlackBerry Master Plugins",
     "categories" : ["PLUGIN"],
     "branch" : "master",
-    "builder": "BlackBerry_Master",
+    "builder": "BlackBerry",
     "platform": "blackberry"
   }
 ,
@@ -92,10 +98,10 @@
 },
 {
     "title" : "TESTMASTER",
-    "repo" : "https://git-wip-us.apache.org/repos/asf/cordova-medic.git",
+    "repo" : "http://github.com/msopentech/cordova-medic",
     "category" : "TESTMASTER",
-    "release" : "master",
-    "current" : "master"
+    "release" : "windows-fixes",
+    "current" : "windows-fixes"
 },{
     "title" : "COHO",
     "repo" : "https://git-wip-us.apache.org/repos/asf/cordova-coho.git",


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