Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 920 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 920 Bytes

setup-cordova

GitHub Actions

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 oxr463/setup-cordova
  uses: oxr463/setup-cordova@0.0.3
  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