mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
3f7c4a7ff4
commit
6ad7787c14
4 changed files with 15 additions and 1 deletions
|
@ -16,6 +16,6 @@ COPY . /srs
|
|||
WORKDIR /srs/trunk
|
||||
|
||||
# Note that we must enable the gcc7 or link failed.
|
||||
RUN ./configure --srt=on --gb28181=on --apm=on --h265=on --utest=on --gcov=on --sanitizer=off
|
||||
RUN ./configure --srt=on --gb28181=on --apm=on --h265=on --utest=on --gcov=on --sanitizer=on
|
||||
RUN make utest ${MAKEARGS}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue