Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5621D200CB5 for ; Wed, 28 Jun 2017 00:38:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 54A80160BE9; Tue, 27 Jun 2017 22:38:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9AB33160BDC for ; Wed, 28 Jun 2017 00:38:09 +0200 (CEST) Received: (qmail 14432 invoked by uid 500); 27 Jun 2017 22:38:08 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 14421 invoked by uid 99); 27 Jun 2017 22:38:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jun 2017 22:38:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 63C78E10F3; Tue, 27 Jun 2017 22:38:08 +0000 (UTC) From: filmaj To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-android pull request #392: WIP: Run native android unit tests in CI Content-Type: text/plain Date: Tue, 27 Jun 2017 22:38:08 +0000 (UTC) archived-at: Tue, 27 Jun 2017 22:38:10 -0000 GitHub user filmaj opened a pull request: https://github.com/apache/cordova-android/pull/392 WIP: Run native android unit tests in CI Still a work in progress, let's see how appveyor and travis react to this. You can merge this pull request into a Git repository by running: $ git pull https://github.com/filmaj/cordova-android ci-native-tests Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/392.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #392 ---- commit 90053eb9dfc03c6cdab31aab665324556c3358be Author: filmaj Date: 2017-06-27T17:02:38Z CB-12950: lots of tweaks for end-to-end test runs, especially on CI: - rename npm tasks to reflect what they do (npm run unit-tests, npm run e2e-tests). main `npm test` runs linter, unit tests and e2e tests now. - locked jasmine down to ~2.6.0. - consolidate gitignores. - updated travis to run `npm test`. add android sdk installation to appveyor ci run.align android dpendencies across travis and appveyor. have appveyor install gradle. force gradle to version 3.4.1 in appveyor, as that seems to be the only version choco has. explicitly invoke sdkmanager to move license accepting process along. commit 8ec72bee4af733ca049d59d18913ddb58913c770 Author: filmaj Date: 2017-06-27T22:37:07Z try to run native unit tests in both travis and appveyor. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org