1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 01:08:54 +01:00
nc-photos/np_platform_image_processor/build.yaml
2024-02-07 01:14:30 +08:00

12 lines
344 B
YAML

targets:
$default:
builders:
to_string_build:
options:
formatStringNameMapping:
double: "${$?.toStringAsFixed(3)}"
List: "[length: ${$?.length}]"
Set: "{length: ${$?.length}}"
File: "${$?.path}"
FileDescriptor: "${$?.fdPath}"
useEnumName: true