Eric Anderson
579e65cb97
Simplify Jenkins configuration on Windows
...
Without the attributes, fc loses its mind a bit when comparing the
codegen output against the golden; the golden would have DOS newlines
(assuming default git configuration) and the generated code would have
Unix newlines.
The jenkins-pre script just reduces the amount of code is backed into
the jenkins project.
2015-10-23 13:46:37 -07:00
Eric Anderson
2467d618b7
Correct path for dep building short-circuiting
2015-10-23 13:46:37 -07:00
Eric Anderson
6dc5e8075b
Support OS X on Travis
2015-10-23 09:27:07 -07:00
Eric Anderson
a99e97791f
Have OpenSSL v1.0.2 available to unit tests
2015-10-01 15:27:18 -07:00
Eric Anderson
d04994f044
Update Windows building instructions for proto3b1
2015-09-24 15:50:28 -07:00
Kun Zhang
bd23a8d693
Upgrade to protobuf-3.0.0-beta-1
2015-08-31 09:26:20 -07:00
Ben McCann
652abe2f63
Simplify the build instructions now that Netty can be fetched from Maven
2015-07-09 15:29:11 -07:00
Kun Zhang
af9fb6de77
Migrate from PARSER to parser() as a way of getting the parser of a protobuf message.
...
Upgrade to protobuf-3.0.0-alpha-3.1 that adds parser(). PARSER will go away eventually.
2015-06-30 23:14:21 -07:00
Kun Zhang
a251171850
Upgrade to protobuf-3.0.0-alpha-3
2015-06-05 16:27:17 -07:00
Eric Anderson
16055787fa
Cache Gradle and not really Maven
...
Artifacts that Gradle caches from Maven Central go in
~/.gradle/caches/modules-2, not ~/.m2. We only need .m2 for the
locally-installed Netty.
2015-04-01 09:03:06 -07:00
Eric Anderson
a0acb9b9a8
Working Travis build, with caching of deps
2015-03-20 14:27:32 -07:00
Louis Ryan
c42c8c420d
Basic travis configuration
2015-03-20 11:37:30 -07:00