presubmit.yml 227 B

123456789101112
  1. ---
  2. tasks:
  3. ubuntu:
  4. platform: ubuntu1804
  5. shell_commands:
  6. - "sudo apt -y update && sudo apt -y install libreadline-dev cmake"
  7. test_targets:
  8. - //...
  9. macos:
  10. platform: macos
  11. test_targets:
  12. - //...