You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/10/10 02:34:43 UTC

[1/3] ios commit: CB-7493 Adds test-build command to package.json

Repository: cordova-ios
Updated Branches:
  refs/heads/master c3f5a2535 -> b9f2fe8d0


CB-7493 Adds test-build command to package.json


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

Branch: refs/heads/master
Commit: cfdc9cc56beef91527aab8a2f5e8223b46e5b29b
Parents: 62f924e
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Tue Sep 9 17:06:15 2014 +0400
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Sep 9 17:54:20 2014 +0400

----------------------------------------------------------------------
 .travis.yml  | 3 +++
 package.json | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cfdc9cc5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..531635b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,3 @@
+language: objective-c
+install: npm install
+script: "npm test"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/cfdc9cc5/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f11f29f..05a4814 100644
--- a/package.json
+++ b/package.json
@@ -12,6 +12,9 @@
         "cordova",
         "apache"
     ],
+    "scripts": {
+        "test": "rm -rf \"testcreate 応用\"; ./bin/create \"testcreate 応用\" com.test.app 応用 && \"./testcreate 応用/cordova/build\" && rm -rf \"testcreate 応用\""
+    },
     "author": "Apache Software Foundation",
     "license": "Apache Version 2.0",
     "dependencies": {


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


[3/3] ios commit: CB-7493 - Add e2e test for 'space-in-path' and 'unicode in path/name' for core platforms (moved from root folder).

Posted by sh...@apache.org.
CB-7493 - Add e2e test for 'space-in-path' and 'unicode in path/name' for core platforms (moved from root folder).


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

Branch: refs/heads/master
Commit: b9f2fe8d0c57d9548992dae8c5e1c8586c394ac5
Parents: f559a6f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Oct 9 17:34:42 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Oct 9 17:34:42 2014 -0700

----------------------------------------------------------------------
 tests/package.json | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b9f2fe8d/tests/package.json
----------------------------------------------------------------------
diff --git a/tests/package.json b/tests/package.json
index 82d2540..e84b485 100644
--- a/tests/package.json
+++ b/tests/package.json
@@ -7,7 +7,8 @@
     "dependencies": {
     },
     "scripts": {
-        "test": "npm run cordovalib",
-        "cordovalib" : "killall 'iOS Simulator' && xcodebuild test -scheme CordovaLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
+        "test": "npm run cordovalib-test && npm run create-project-unicode-space-in-path",
+        "cordovalib-test" : "killall 'iOS Simulator' && xcodebuild test -scheme CordovaLibTests -destination 'platform=iOS Simulator,name=iPhone 5'",
+        "create-project-unicode-space-in-path" : "rm -rf \"testcreate 応用\"; ../bin/create \"testcreate 応用\" com.test.app 応用 && \"./testcreate 応用/cordova/build\" && rm -rf \"testcreate 応用\""
     }    
 }
\ No newline at end of file


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


[2/3] ios commit: Merge branch 'CB-7493' of https://github.com/MSOpenTech/cordova-ios (closes #103)

Posted by sh...@apache.org.
Merge branch 'CB-7493' of https://github.com/MSOpenTech/cordova-ios
(closes #103)


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

Branch: refs/heads/master
Commit: f559a6f6a986bef5db67165f5f3028d4f898f42d
Parents: c3f5a25 cfdc9cc
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Oct 9 17:26:15 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Oct 9 17:26:15 2014 -0700

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------



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