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: 5 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T13:14:18.000Z (over 2 years ago)
- Last Synced: 2025-01-18T09:05:54.807Z (6 months ago)
- Topics: android, apache-cordova, cordova, docker, mobile
- Language: Dockerfile
- Homepage:
- Size: 37.1 KB
- Stars: 15
- Watchers: 2
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## setup-cordova
[](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)