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:
parent
b02c814251
commit
8d44b982ee
7 changed files with 79 additions and 25 deletions
9
trunk/Dockerfile.test
Normal file
9
trunk/Dockerfile.test
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM ossrs/srs:dev
|
||||
|
||||
# Install depends tools.
|
||||
RUN yum install -y gcc make gcc-c++ patch unzip perl git
|
||||
|
||||
# Build and install SRS.
|
||||
COPY . /srs/trunk
|
||||
WORKDIR /srs/trunk
|
||||
RUN ./configure --with-utest --jobs=2 && make -j2
|
Loading…
Add table
Add a link
Reference in a new issue