1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Build: Change make utest for test

This commit is contained in:
winlin 2021-12-02 20:15:28 +08:00
parent 4d10a453f6
commit bc063945f1
6 changed files with 5 additions and 50 deletions

View file

@ -6,7 +6,7 @@ RUN yum install -y gcc make gcc-c++ patch unzip perl git
# Build and install SRS.
COPY . /srs
WORKDIR /srs/trunk
RUN ./configure --srt=on --utest=on --jobs=2 && make -j2
RUN ./configure --srt=on --utest=on --jobs=2 && make -j2 utest
RUN cd 3rdparty/srs-bench && make
# Run utest