Skip to content
smartphone

GitHub Action

Setup Cordova - RedstonePfalz

0.0.4 Latest version

Setup Cordova - RedstonePfalz

smartphone

Setup Cordova - RedstonePfalz

**ISSUE FIXED** Setup your GitHub Actions workflow with Apache Cordova

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Cordova - RedstonePfalz

uses: RedstonePfalz/[email protected]

Learn more about this action in RedstonePfalz/setup-cordova

Choose a version

setup-cordova

Setup your GitHub Actions workflow with Apache Cordova.

Note: Since this runs in a Linux-based Docker image, Xcode is not available for iOS builds.

Example

- name: Use RedstonePfalz/setup-cordova
  uses: RedstonePfalz/[email protected]
  with:
    exec: |
      cordova platform add android && \
      cordova build --no-telemetry && \
      cp "$(find . -name '*.apk')" .

Acknowledgement

Initially based on coturiv/setup-ionic.

License

SPDX-License-Identifier: MIT

Reference

See Also