mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Squash: Merge 4.0.201
This commit is contained in:
parent
a862573220
commit
e16830e989
14 changed files with 518 additions and 1143 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue