summaryrefslogtreecommitdiff
path: root/modules/contrib_rules_jvm/0.24.0/presubmit.yml
blob: 5a79d1dc595cdd7862e8e6446945964c2b0ff398 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bcr_test_module:
  module_path: ""
  matrix:
    platform: ["debian10", "macos", "ubuntu2004"]
  tasks:
    gazelle:
      working_directory: "examples/gazelle"
      name: "Gazelle"
      platform: ${{ platform }}
      run_targets:
        - "//:gazelle"
      test_targets:
        - "//..."
    tests_and_lints:
      working_directory: "examples/tests_and_lints"
      name: "Tests and lints"
      platform: ${{ platform }}
      test_targets:
        - "//..."