Skip to content

Instantly share code, notes, and snippets.

@moljac
Last active December 17, 2018 22:10
Show Gist options
  • Save moljac/81709695888d5b37c08ac5bccaf9ba78 to your computer and use it in GitHub Desktop.
Save moljac/81709695888d5b37c08ac5bccaf9ba78 to your computer and use it in GitHub Desktop.
GPS-FB build
git clone --branch 15.0.1-binderate https://github.com/xamarin/GooglePlayServicesComponents.git
cd GooglePlayServicesComponents/
curl -Lsfo build.sh https://cakebuild.net/download/bootstrapper/osx
sh ./build.sh --target=clean && sh ./build.sh --target=binderate && sh ./build.sh --target=libs && sh ./build.sh --target=nuget
git clone --branch 15.0.1-binderate https://github.com/xamarin/GooglePlayServicesComponents.git
cd GooglePlayServicesComponents/
Invoke-WebRequest https://cakebuild.net/download/bootstrapper/windows -OutFile build.ps1
.\build.ps1 --target=clean
.\build.ps1 --target=binderate
.\build.ps1 --target=libs
.\build.ps1 --target=nuget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment