summaryrefslogtreecommitdiff
path: root/.bcr/presubmit.yml
blob: 3df5fe8a37d80ba992891640942b188d5060eb02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
matrix:
  platform: ["centos7", "debian10", "macos", "ubuntu2004", "windows"]

tasks:
  verify_targets:
    name: "Build targets under //lib"
    platform: ${{ platform }}
    build_targets:
    - '@apple_support//lib/...'
  run_tests:
    name: "Run test targets"
    platform: "macos"
    test_targets:
    - '@apple_support//test/...'
    - '--'
    - '-@apple_support//test/shell:apple_test'
    - '-@apple_support//test/shell:objc_test'
    # Needs the new toolchain
    - '-@apple_support//test:linking_disable_objc_apple_link_test'