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..daf51dea
--- /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-11_23H2-msvc2022",
+ "ios-universal"
+ ],
+ macos.yaml: [
+ "macos-14-arm64-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: []