Skip to content

petermajor/Sparkol

Repository files navigation

Sparkol

To Build

  1. Open a terminal in the root folder
  2. Make ./build.sh executable - type chmod +x build.sh
  3. Run the build script - type ./build.sh

The script will:

  • Get nuget packages
  • Clean Debug and Release configurations
  • Build the Debug configuration
  • Run the unit tests against the Debug configuration
  • Build and package an Android apk from the Release configuration

After the script has run, you can install the apk on your phone by running: adb install Sparkol.Android/bin/Release/petermajor.sparkol-Signed.apk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published