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

Squash: Support github actions for CI

This commit is contained in:
winlin 2021-08-15 21:51:50 +08:00
parent d08f8fab8c
commit 3d58e98d1c
11 changed files with 243 additions and 186 deletions

View file

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