Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oxr463/setup-cordova

Setup your GitHub Actions workflow with Apache Cordova
https://github.com/oxr463/setup-cordova

android apache-cordova cordova docker mobile

Last synced: about 2 months ago
JSON representation

Setup your GitHub Actions workflow with Apache Cordova

Awesome Lists containing this project

README

        

## setup-cordova

[![GitHub Actions](https://img.shields.io/github/actions/workflow/status/oxr463/setup-cordova/main.yml?branch=master&style=flat-square)](https://github.com/oxr463/setup-cordova/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

```yaml
- 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](https://github.com/coturiv/setup-ionic).

## License

SPDX-License-Identifier: [MIT](LICENSE)

## Reference

- [Hello world docker action](https://github.com/actions/hello-world-docker-action)

## See Also

- [Setup Leiningen](https://github.com/oxr463/setup-leiningen)