feat: upgrade googleapis and bigquery protos (#24)
This commit is contained in:
parent
3b7a52d9f7
commit
c1d1b77f30
5 changed files with 96 additions and 15 deletions
|
|
@ -19,7 +19,15 @@
|
|||
|
||||
set -eu
|
||||
|
||||
# For bigtable protos
|
||||
# For BigQuery protos
|
||||
cp -R /home/build/cpp-cmakefiles/ci/test-install/bigquery \
|
||||
/home/build/test-install-bigquery
|
||||
cd /home/build/test-install-bigquery
|
||||
cmake -H. -Bcmake-out
|
||||
cmake --build cmake-out -- -j "$(nproc)"
|
||||
cmake-out/utilize-googleapis
|
||||
|
||||
# For Bigtable protos
|
||||
cp -R /home/build/cpp-cmakefiles/ci/test-install/bigtable \
|
||||
/home/build/test-install-bigtable
|
||||
cd /home/build/test-install-bigtable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue