aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts/build-protoc.sh
Commit message (Collapse)AuthorAgeFilesLines
* Process to deploy artifacts for multiple platforms into a singleKun Zhang2015-04-061-1/+14
| | | | | | | | | release. - Do not close the staging repository automatically - Added staging.repository property - Updated README with instructions for deployment - Fix building 32-bit Mac artifact
* Document more about cross-compilation; Post-build check for the actual arch ↵Kun Zhang2015-04-021-8/+53
| | | | of the artifact
* Guard cd path with quotesKun Zhang2015-04-021-1/+1
|
* Make it work on MacKun Zhang2015-04-011-2/+5
|
* Run make protoc(.exe) instead of just make, because the latter fails on ↵Kun Zhang2015-04-011-9/+79
| | | | Cygwin with mingw gcc; build-protoc.sh works under Cygwin; build-protoc.sh will use the --host parameter consistent with what os-maven-plugin has detected
* Switch from Gradle to Maven.Kun Zhang2015-03-311-1/+6
|
* Make clean before makingKun Zhang2015-03-311-1/+1
|
* Stop calling strip, pass -s to linker insteadKun Zhang2015-03-311-4/+4
|
* Tweak flags to make statically-linked binary under CygwinKun Zhang2015-03-311-1/+12
|
* Gradle script to publish protoc binarieszhangkun832015-03-251-0/+8