aboutsummaryrefslogtreecommitdiff
path: root/.bcr/presubmit.yml
blob: def6f3aae243def303823b4ffe377cebad05f42e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
matrix:
  platform:
    - centos7
    - debian10
    - ubuntu2004
    - macos
    - windows
tasks:
  verify_targets:
    name: Verify build targets
    platform: ${{ platform }}
    build_targets:
      - '@rules_go//go/tools/bzltestutil/...'
bcr_test_module:
  module_path: tests/bcr
  matrix:
    platform:
      - centos7
      - debian10
      - ubuntu2004
      - macos
      - windows
  tasks:
    run_test_module:
      name: Run test module
      platform: ${{ platform }}
      build_targets:
        - //...
        - '@go_default_sdk//...'
      test_targets:
        - //...