AI: Add utest to cover listener module.

This commit is contained in:
OSSRS-AI
2025-10-10 07:15:28 -04:00
committed by winlin
parent de3d5bd1f5
commit afeea8aed5
21 changed files with 832 additions and 60 deletions

View File

@@ -51,8 +51,7 @@ COPY --from=build /usr/local/srs /usr/local/srs
# Test the version of binaries.
RUN ldd /usr/local/srs/objs/ffmpeg/bin/ffmpeg && \
/usr/local/srs/objs/ffmpeg/bin/ffmpeg -version && \
ldd /usr/local/srs/objs/srs && \
/usr/local/srs/objs/srs -v
ldd /usr/local/srs/objs/srs
# Default workdir and command.
WORKDIR /usr/local/srs