Commit Graph

18 Commits

Author SHA1 Message Date
Mike Hansen
8d6a279ecd Update to align to changes in event proto 2020-11-20 14:06:17 -05:00
Mike Hansen
f7cca13e7f Update protobuf version 2020-08-12 10:47:05 -04:00
eugenetaranov-opsfleet
0b56d9fd6e TOOLS-23: sonar caching (#2)
* TOOLS-23: sonar caching

* fix path

* fix jgrog auth, split maven stages
2020-06-19 12:01:39 -04:00
Dmitry Toptygin
59866d3eb7 cleaned up the steps used to build protobuf compiler binary 2020-06-19 11:57:42 -04:00
eugenetaranov-opsfleet
bfd6e5e7d7 TOOLS-23: added sonar (#1)
* TOOLS-23: added sonar

* 1

* fix

* disabled sonar for PR

* merged protobuf check + install into single step

* maven cache

* disabled PR

Co-authored-by: Eugene Taranov <eugene@taranov.me>
2020-06-19 09:13:50 -04:00
Mike Hansen
f98ee51cc5 Try if: always() to ensure completion, regardless of whether install performed, re-enabled check for existing binary 2020-06-16 09:36:44 -04:00
Mike Hansen
4eee55557b Remove install block, remove check around original install, will always install now 2020-06-16 09:20:39 -04:00
Mike Hansen
61cd3701a8 Install protobuf bin by default 2020-06-15 13:49:47 -04:00
Dmitry Toptygin
23240d8b01 cleanup unused code from the maven-build workflow 2020-04-10 18:04:59 -04:00
Dmitry Toptygin
3a15e8e333 build protoc binary only when it is not present in cache 2020-04-10 17:59:34 -04:00
Dmitry Toptygin
5c8076ea1e use absolute path as a target when building protoc 2020-04-08 19:09:28 -04:00
Dmitry Toptygin
65f737a2d0 changed protoc build to be installed into the home directory 2020-04-08 17:52:50 -04:00
Dmitry Toptygin
3907ffc9a2 added toolchains.xml 2020-04-08 16:26:34 -04:00
Dmitry Toptygin
43dd3ec434 when building protobuf compiler - use sudo to install it 2020-04-08 16:16:35 -04:00
Dmitry Toptygin
685f377ed8 when building protobuf compiler - make curl follow redirects 2020-04-08 16:09:16 -04:00
Dmitry Toptygin
68982635eb run a sequence of commands instead of one blob 2020-04-08 15:56:22 -04:00
Dmitry Toptygin
6499057a2b build protobuf compiler binary and cache it 2020-04-08 15:52:59 -04:00
Dmitry Toptygin
420642e213 added maven-build CI workflow 2020-04-08 14:54:26 -04:00