summaryrefslogtreecommitdiff
path: root/grpc/third_party/upb/.bazelci/presubmit.yml
blob: 29bfc53c2c778be863f9bf72afd70a883a66d3c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
tasks:
  ubuntu:
    platform: ubuntu1804
    shell_commands:
    - "sudo apt -y update && sudo apt -y install libreadline-dev cmake"
    test_targets:
    - //...
  macos:
    platform: macos
    test_targets:
    - //...