Skip to content

Setup your GitHub Actions workflow with Apache Cordova

License

Notifications You must be signed in to change notification settings

konsolenkost-de/setup-cordova

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/[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

About

Setup your GitHub Actions workflow with Apache Cordova

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 94.9%
  • Shell 5.1%