mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
d91879f752
This fixes some CMake-3.12+-isms, like `list(JOIN ...)` and setting link properties on OBJECT libraries. PiperOrigin-RevId: 265033725 Change-Id: I0ee1ec0e1b1097ea8226ad6fdeff794a97c2881b
9 lines
160 B
YAML
9 lines
160 B
YAML
---
|
|
tasks:
|
|
ubuntu1804:
|
|
shell_commands:
|
|
- apt-get update && apt-get install libcap-dev
|
|
- pip3 install absl-py clang
|
|
build_targets:
|
|
- "..."
|