aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/precheck.yaml
blob: b0c63450b30d557bef813699e52c8024fd2bb1c9 (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
Version: 2
Module only: True
Include: [
  cmake_platforms.yaml: [
    "Ubuntu-20.04-host",
    "Windows10_21H2-MSVC2019-x64-host",
    "ios-universal"
  ],
  macos.yaml: [
    "macos-12-arm64-tests",
  ],
  cmake_platforms_static_tests.yaml: [
    "sles-15-static"
  ],
  cmake_platforms_target_android_host_macos.yaml: [
    "android-arm64-on-macos"
  ],
  cmake_platforms_qemu.yaml: [
    "qemu-armv7-on-ubuntu20.04"
  ],
  cmake_platforms_qemu_qnx710.yaml: [
    "qnx-x86_64-on-ubuntu20.04"
  ],
  integrity.yaml: [
    "integrity-arm64-on-ubuntu20.04"
  ]
]
Configurations: []