aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/precheck.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/precheck.yaml')
-rw-r--r--coin/platform_configs/precheck.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/coin/platform_configs/precheck.yaml b/coin/platform_configs/precheck.yaml
new file mode 100644
index 00000000..68d8f9b7
--- /dev/null
+++ b/coin/platform_configs/precheck.yaml
@@ -0,0 +1,24 @@
+Version: 2
+Module only: True
+Include: [
+ cmake_platforms.yaml: [
+ "ubuntu-22.04",
+ "ubuntu-22.04-documentation",
+ "ubuntu-22.04-documentation-x11-tests",
+ "windows-10_22h2-msvc2019-developer-build",
+ "ios-universal"
+ ],
+ macos.yaml: [
+ "macos-12-x86_64-tests",
+ ],
+ cmake_platforms_target_android.yaml: [
+ "android-arm64-on-macos"
+ ],
+ cmake_platforms_qemu.yaml: [
+ "qemu-armv7-developer-build"
+ ],
+ cmake_platforms_qemu_qnx710.yaml: [
+ "qnx-710-x86_64-developer-build-on-linux"
+ ]
+]
+Configurations: []