At least for the build of Android there needs to be a docker container
cordova
which is created via the DukeCon
Docker-Cordova project.
Some useful links: http://blog.arungupta.me/cordova-ios-android-tech-tip/
https://blog.udemy.com/xcode-on-windows/
Just run the following commands:
# Clean platform and plugins
./clean.sh
# Setup platforms/android and perform a build of the APK
./install.sh
TDD