sandboxed-api/.bazelci/presubmit.yml
Christian Blichmann d91879f752 Ensure compatibility with CMake 3.10
This fixes some CMake-3.12+-isms, like `list(JOIN ...)` and setting link
properties on OBJECT libraries.

PiperOrigin-RevId: 265033725
Change-Id: I0ee1ec0e1b1097ea8226ad6fdeff794a97c2881b
2019-08-23 05:08:55 -07:00

9 lines
160 B
YAML

---
tasks:
ubuntu1804:
shell_commands:
- apt-get update && apt-get install libcap-dev
- pip3 install absl-py clang
build_targets:
- "..."