Skip to content

Commit

Permalink
Fix doxygen and remote-cache for the integration test. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas authored Apr 16, 2024
1 parent 356e667 commit 5d6c358
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apt-get update && apt-get install --yes --no-install-recommends \
gnupg \
graphviz \
gzip \
doxygen \
lsb-release \
make \
ninja-build \
Expand Down
2 changes: 2 additions & 0 deletions examples/bazel/.bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ build --keep_going
test --keep_going
test --test_verbose_timeout_warnings

common:ci --google_default_credentials
common:ci --remote_upload_local_results
common:ci --spawn_strategy sandboxed

0 comments on commit 5d6c358

Please sign in to comment.