diff --git a/coin/platform_configs/qtopenapi.yaml b/coin/platform_configs/qtopenapi.yaml new file mode 100644 index 00000000..905461c4 --- /dev/null +++ b/coin/platform_configs/qtopenapi.yaml @@ -0,0 +1,15 @@ +Version: 2 +Include: [ + macos.yaml: [ + "macos-14-x86_64-tests", + "macos-14-arm64-tests", + "macos-arm64-developer-build", + ], + cmake_platforms.yaml: [ + "ubuntu-24.04-x64", + "ubuntu-24.04-x64-developer-build", + "ubuntu-24.04-x64-x11-tests", + "ubuntu-24.04-x64-developer-build-x11-tests", + ] +] +Configurations: []