1cabdff1aSopenharmony_cislot= # some unique identifier 2cabdff1aSopenharmony_cirepo=git://source.ffmpeg.org/ffmpeg.git # the source repository 3cabdff1aSopenharmony_ci#branch=release/2.6 # the branch to test 4cabdff1aSopenharmony_cisamples= # path to samples directory 5cabdff1aSopenharmony_ciworkdir= # directory in which to do all the work 6cabdff1aSopenharmony_ci#fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report 7cabdff1aSopenharmony_cicomment= # optional description 8cabdff1aSopenharmony_cibuild_only= # set to "yes" for a compile-only instance that skips tests 9cabdff1aSopenharmony_ciignore_tests= 10cabdff1aSopenharmony_ci 11cabdff1aSopenharmony_ci# the following are optional and map to configure options 12cabdff1aSopenharmony_ciarch= 13cabdff1aSopenharmony_cicpu= 14cabdff1aSopenharmony_cicross_prefix= 15cabdff1aSopenharmony_cias= 16cabdff1aSopenharmony_cicc= 17cabdff1aSopenharmony_cild= 18cabdff1aSopenharmony_citarget_os= 19cabdff1aSopenharmony_cisysroot= 20cabdff1aSopenharmony_citarget_exec= 21cabdff1aSopenharmony_citarget_path= 22cabdff1aSopenharmony_citarget_samples= 23cabdff1aSopenharmony_ciextra_cflags= 24cabdff1aSopenharmony_ciextra_ldflags= 25cabdff1aSopenharmony_ciextra_libs= 26cabdff1aSopenharmony_ciextra_conf= # extra configure options not covered above 27cabdff1aSopenharmony_ci 28cabdff1aSopenharmony_ci#make= # name of GNU make if not 'make' 29cabdff1aSopenharmony_cimakeopts= # extra options passed to 'make' 30cabdff1aSopenharmony_ci#makeopts_fate= # extra options passed to 'make' when running tests, 31cabdff1aSopenharmony_ci # defaulting to makeopts above if this is not set 32cabdff1aSopenharmony_ci#tar= # command to create a tar archive from its arguments on stdout, 33cabdff1aSopenharmony_ci # defaults to 'tar c' 34