You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/07 16:08:16 UTC

[cordova-contribute] 01/01: CI: How to create the CI configuration for plugins -> Travis

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-ci
in repository https://gitbox.apache.org/repos/asf/cordova-contribute.git

commit 7840fd9fab136684b535d2a3a675ca68399fc2d6
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue May 7 18:08:08 2019 +0200

    CI: How to create the CI configuration for plugins -> Travis
---
 continuous-integration.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/continuous-integration.md b/continuous-integration.md
new file mode 100644
index 0000000..fa8c461
--- /dev/null
+++ b/continuous-integration.md
@@ -0,0 +1,22 @@
+# Continuous Integration
+
+Apache Cordova uses Continuous Integration to run [tests](testing.md) and other checks for all our software. TODO
+
+## Tooling
+
+TODO
+
+## Platforms
+
+TODO
+
+## Plugins
+
+### How to create the CI configuration for plugins
+
+- Travis CI
+  - Take the `travis.yml` from [cordova-paramedic](https://github.com/apache/cordova-paramedic) and copy it to the plugin repository
+  - Adapt the repository specific `addons.jwt.secure` key to what was in `travis.yml` before
+  - Done.
+- AppVeyor
+  - TODO


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