| { | |
| "builds": [ | |
| { | |
| "cas_archive": false, | |
| "name": "ci/impeller-cmake-example", | |
| "description": "Builds the Impeller cmake example.", | |
| "archives": [], | |
| "drone_dimensions": [ | |
| "device_type=none", | |
| "os=Mac-13", | |
| "cpu=arm64" | |
| ], | |
| "gclient_variables": { | |
| "download_android_deps": false, | |
| "download_impeller_cmake_example": true | |
| }, | |
| "gn": [ | |
| "--impeller-cmake-example", | |
| "--xcode-symlinks" | |
| ], | |
| "ninja": { | |
| "config": "impeller-cmake-example", | |
| "targets": [ | |
| ] | |
| } | |
| } | |
| ] | |
| } |