You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Merge commit 'c209d0df657f172f42d9bafbcdfa02dfb14f6965'
* commit 'c209d0df657f172f42d9bafbcdfa02dfb14f6965': fate.sh: add support for build-only FATE instances Conflicts: doc/fate.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -4,6 +4,7 @@ samples= # path to samples directory
|
|||||||
workdir= # directory in which to do all the work
|
workdir= # directory in which to do all the work
|
||||||
#fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report
|
#fate_recv="ssh -T fate@fate.ffmpeg.org" # command to submit report
|
||||||
comment= # optional description
|
comment= # optional description
|
||||||
|
build_only= # set to "yes" for a compile-only instance that skips tests
|
||||||
|
|
||||||
# the following are optional and map to configure options
|
# the following are optional and map to configure options
|
||||||
arch=
|
arch=
|
||||||
|
|||||||
@@ -67,6 +67,7 @@ compile()(
|
|||||||
)
|
)
|
||||||
|
|
||||||
fate()(
|
fate()(
|
||||||
|
test "$build_only" = "yes" && return
|
||||||
cd ${build} || return
|
cd ${build} || return
|
||||||
${make} ${makeopts} -k fate
|
${make} ${makeopts} -k fate
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user