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

Actions: Add CI for utest and coverage

This commit is contained in:
winlin 2021-08-15 12:05:15 +08:00
parent b02c814251
commit 8d44b982ee
7 changed files with 79 additions and 25 deletions

View file

@ -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/trunk
WORKDIR /srs/trunk
RUN ./configure --jobs=2 && make -j2 && make install
# All config files for SRS.