File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 99 linuxBuildArgs :
1010 type : string
1111 required : false
12+ default : ' --desktop gpu --opencv cmake'
1213 description : Build options for Linux Build (skip if empty)
1314 androidBuildArgs :
1415 type : string
1516 required : false
17+ default : ' --android arm64 --android_ndk_api_level 21'
1618 description : Build options for Android Build (skip if empty)
1719 macosBuildArgs :
1820 type : string
1921 required : false
22+ default : ' --desktop cpu --opencv cmake --macos_universal'
2023 description : Build options for macOS Build (skip if empty)
2124 iosBuildArgs :
2225 type : string
2326 required : false
27+ default : ' --ios arm64 --opencv cmake'
2428 description : Build options for iOS Build (skip if empty)
2529 windowsBuildArgs :
2630 type : string
2731 required : false
32+ default : ' --desktop cpu --opencv cmake'
2833 description : Build options for Windows Build (skip if empty)
2934 schedule :
3035 - cron : 0 12 * * 0,3
You can’t perform that action at this time.
0 commit comments