googlearchive / cloud-functions-go

Unofficial Native Go Runtime for Google Cloud Functions
Apache License 2.0
423 stars 44 forks source link

Add windows make script #27

Closed ssttevee closed 6 years ago

ssttevee commented 6 years ago

I've created a batch script to mimic the linux make commands. make, make all, make godev, make clean should all now work natively on windows without having a make port installed.

I've also added a fallback in case npm is not installed. This effectively reduces the windows requirements down to only Go.

There is a potential bug related to the usability of this PR on GCF however. I've submitted a bug report for it upstream: https://issuetracker.google.com/issues/72808534.

Regarding the README edits, is there any particular reason that Go version 1.5 or above must be used?