Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ test:
# - `checkprotos`: Build and check the proto files *only* once all
# tests pass with checked-in generated code.
# - `coverage`: Generate coverage reports.
- cd "$WORKDIR" && make ci
- sudo mkdir /tmpfs
- sudo mount -t tmpfs tmpfs /tmpfs
- sudo chown 1000:1000 /tmpfs
- cd "$WORKDIR" && TMPDIR=/tmpfs make ci

post:
# Report to codecov.io
Expand Down