about summary refs log tree commit diff
path: root/ci
AgeCommit message (Collapse)AuthorFilesLines
2020-02-25 feat: update protos to 2020-02-25 version (#37)Carlos O'Ryan1-1/+1
Update the dependencies based on the new protos.
2020-01-16 feat: add Cloud Pub/Sub protos (#31)Carlos O'Ryan5-29/+114
2020-01-15 ci: verify pkg-config files actually work (#30)Carlos O'Ryan4-7/+123
Change the CI builds to verify the pkg-config files we create actually work. Some improvements in the `.*ignore` files.
2019-10-17 ci: add configs for a CMake+Ninja build (#27)Carlos O'Ryan4-0/+11
2019-10-16 feat: upgrade googleapis and bigquery protos (#24)Carlos O'Ryan3-1/+59
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 Matsuo22-0/+763
* 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