mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Actions: Support push and pullrequest
This commit is contained in:
parent
a2df2a2402
commit
140d180d08
10 changed files with 267 additions and 37 deletions
|
@ -4,8 +4,8 @@ FROM ossrs/srs:dev AS build
|
|||
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 --jobs=2 && make -j2 && make install
|
||||
|
||||
# All config files for SRS.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue