Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oxr463/setup-cordova
- Owner: oxr463
- License: mit
- Archived: true
- Created: 2020-03-20T22:01:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T13:14:18.000Z (almost 2 years ago)
- Last Synced: 2024-09-26T16:03:39.170Z (about 2 months ago)
- Topics: android, apache-cordova, cordova, docker, mobile
- Language: Dockerfile
- Homepage:
- Size: 37.1 KB
- Stars: 14
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)