You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/08/02 11:14:06 UTC

cordova-medic git commit: Update windows build options

Repository: cordova-medic
Updated Branches:
  refs/heads/master 282b82fee -> e8d082bf8


Update windows build options


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

Branch: refs/heads/master
Commit: e8d082bf88a2fb01ede14f3251c3822d883c7a74
Parents: 282b82f
Author: Vladimir Kotikov <ko...@gmail.com>
Authored: Tue Aug 2 14:13:49 2016 +0300
Committer: Vladimir Kotikov <ko...@gmail.com>
Committed: Tue Aug 2 14:13:49 2016 +0300

----------------------------------------------------------------------
 jenkins-conf/periodic/windows-10-store.config.json | 2 +-
 jenkins-conf/pr/windows-10-store.config.json       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/e8d082bf/jenkins-conf/periodic/windows-10-store.config.json
----------------------------------------------------------------------
diff --git a/jenkins-conf/periodic/windows-10-store.config.json b/jenkins-conf/periodic/windows-10-store.config.json
index a8b9c82..6a97280 100644
--- a/jenkins-conf/periodic/windows-10-store.config.json
+++ b/jenkins-conf/periodic/windows-10-store.config.json
@@ -1,7 +1,7 @@
 {
     "platform": "windows@https://github.com/apache/cordova-windows.git",
     "action": "run",
-    "args": " --archs=x64 -- --appx=uap",
+    "args": " -- --appx=uap --archs=x64",
     "cleanUpAfterRun": true,
     "logMins": 15
 }

http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/e8d082bf/jenkins-conf/pr/windows-10-store.config.json
----------------------------------------------------------------------
diff --git a/jenkins-conf/pr/windows-10-store.config.json b/jenkins-conf/pr/windows-10-store.config.json
index 41a71ae..7c9a2e1 100644
--- a/jenkins-conf/pr/windows-10-store.config.json
+++ b/jenkins-conf/pr/windows-10-store.config.json
@@ -1,7 +1,7 @@
 {
     "platform": "windows",
     "action": "run",
-    "args": " --archs=x64 -- --appx=uap",
+    "args": " -- --appx=uap --archs=x64",
     "cleanUpAfterRun": true,
     "logMins": 15
 }


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