about summary refs log tree commit diff
AgeCommit message (Collapse)AuthorFilesLines
2019-08-15 Merge pull request #14 from coryan/fix-missing-librariesCarlos O'Ryan1-0/+2
bug: Missed two libraries.
2019-08-15 Missed two libraries.Carlos O'Ryan1-0/+2
2019-08-15 Merge pull request #13 from coryan/fix-missing-exportsCarlos O'Ryan2-9/+23
feat: Add library for api/client.proto.
2019-08-15 feat: Add library for api/client.proto.Carlos O'Ryan2-9/+23
Also fixed the list of libraries in googleapis-config.cmake.
2019-07-18 Add BUILD_BYPRODUCTS (#9)Takashi Matsuo1-11/+40
2019-07-18 Try to fix tumbleweed install build (#11)Takashi Matsuo1-1/+1
2019-07-16 Add install test (#8)Takashi Matsuo28-0/+832
* Add first install test * Fix style * Split the test into spanner and bigtable * Correct indentation * Add other distros, shared lib test, and kokoro configs * Fix style
2019-07-12 Use gcr to cache the docker images (#7)Takashi Matsuo3-76/+64
* Use gcr to cache the docker images * Remove sudo from docker command
2019-07-12 Refactor Dockerfiles (#6)Takashi Matsuo6-85/+109
2019-07-11 Add ci scripts (#1)Takashi Matsuo26-49/+834
* Add ci scripts * Move config files to ci/kokoro/docker * Remove dump-logs etc * Simplified grpc installation * Add Ubuntu 16.04 kokoro config * Address code review
2019-07-01 Fix installation path for protos.Carlos O'Ryan2-9/+9
2019-06-28 Initial set of files.Carlos O'Ryan14-0/+1763
The make install target is not working for .proto files, but otherwise it seems to work.