| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux": { | 2 "Linux": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "all" | 4 "all" |
| 5 ], | 5 ], |
| 6 "scripts": [ | 6 "scripts": [ |
| 7 { | 7 { |
| 8 "name": "checklicenses", | 8 "name": "checklicenses", |
| 9 "script": "checklicenses.py" | 9 "script": "checklicenses.py" |
| 10 }, | 10 }, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 ], | 27 ], |
| 28 "scripts": [ | 28 "scripts": [ |
| 29 { | 29 { |
| 30 "args": [ | 30 "args": [ |
| 31 "linux-release-64/sizes" | 31 "linux-release-64/sizes" |
| 32 ], | 32 ], |
| 33 "name": "sizes", | 33 "name": "sizes", |
| 34 "script": "sizes.py" | 34 "script": "sizes.py" |
| 35 } | 35 } |
| 36 ] | 36 ] |
| 37 }, |
| 38 "Win": { |
| 39 "additional_compile_targets": [ |
| 40 "all" |
| 41 ], |
| 42 "scripts": [ |
| 43 { |
| 44 "name": "checkbins", |
| 45 "script": "checkbins.py" |
| 46 } |
| 47 ] |
| 37 } | 48 } |
| 38 } | 49 } |
| OLD | NEW |