1 Star 0 Fork 0

ossrs/state-threads

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile.test 296 Bytes
一键复制 编辑 原始数据 按行查看 历史
winlinvip 提交于 2022-07-02 10:43 . IDE: Support debug utest by CLion.
FROM ossrs/srs:dev-gcc7
# Install depends tools.
RUN yum install -y gcc make gcc-c++ patch unzip perl git
# Build and install SRS.
COPY . /st
WORKDIR /st
# Note that we must enable the gcc7 or link failed.
RUN scl enable devtoolset-7 -- make linux-debug-utest
# Run utest
RUN ./obj/st_utest
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ossrs/state-threads.git
[email protected]:ossrs/state-threads.git
ossrs
state-threads
state-threads
srs

搜索帮助