HaylLtd / cordova-background-geolocation-plugin

Background and foreground geolocation plugin for Cordova.
Apache License 2.0
57 stars 66 forks source link

Add CI build #184

Closed HarelM closed 8 months ago

HarelM commented 8 months ago

This add the following steps for each PR:

  1. Create capacitor app
  2. Install a local version of the plugin
  3. Build the android debug apk

If all of the above is completed successfully the CI will pass.

HarelM commented 8 months ago

OK, CI is now passing, let's make sure it would've caught the previous issue.