Commit Graph

48 Commits

Author SHA1 Message Date
xiongziliang
68c0424808 feat: Automatically build package and upload binary files to the issue list 2024-06-01 22:20:06 +08:00
xiongziliang
3a50c6e06d 重新整理issue模板规范要求 2024-05-25 21:52:46 +08:00
夏楚
bbe8f4a018
release 8.0 2023-12-09 16:23:51 +08:00
alexliyu7352
00e6ca3f79
还原之前的自动化集成 (#3071)
这种形式容易引起fork仓库提交pr时的一些问题, 还原成原来的版本
2023-12-01 20:20:42 +08:00
alexliyu7352
644a333ec3
通过持续集成自动生成openapi相关文件 (#3042) 2023-11-30 17:58:28 +08:00
xiongziliang
b257c670eb 调整持续集成配置 2023-11-05 13:04:30 +08:00
ljx0305
7ee2d66eaa
统一代码命名风格 (#2910)
openRtpServer时,如果开启tcp模式,从tcp端口池获取
2023-10-19 17:55:30 +08:00
夏楚
bd7982ecc1
某些分支不开启docker ci (#2722)
为了加快编译速度,只开启master、feature、release分支的docker ci
2023-07-29 23:52:17 +08:00
夏楚
8b97076372
完善issue模板,强制要求填写issue标题 2023-03-28 17:03:29 +08:00
zx
719b137208
修正macos持续集成运行目录 (#2234)
修改 macos 最后一步运行目录release/linux/Debug/ 改为release/darwin/Debug/ 
参看build log  
https://github.com/ZLMediaKit/ZLMediaKit/actions/runs/4150150582/jobs/7179611556
2023-02-12 22:44:37 +08:00
Xiaofeng Wang
25a9e51b00 添加编译问题上报模版 2022-11-07 10:28:36 +08:00
xiongziliang
1012a5b08a 支持arm64 docker 2022-10-25 23:05:18 +08:00
Xiaofeng Wang
b1ccbcc4ae Linux CI 中开启 SCTP 2022-07-28 23:18:23 +08:00
ziyue
44d9d04053 新增代码分析ci 2022-07-18 16:54:20 +08:00
ziyue
5a9c6c7460 linux ci 开启FFmpeg相关功能 2022-07-18 16:54:03 +08:00
Xiaofeng Wang
ea57cb6888 macos -> macOS 2022-06-25 11:31:30 +08:00
Xiaofeng Wang
1a7df682ff 统一 CI 命名方式 2022-06-25 11:25:07 +08:00
Xiaofeng Wang
cacba11090 Add workflow action to validate BOM 2022-06-25 11:03:11 +08:00
xiongziliang
aacd6416ba 修正多线程编程线程数异常相关问题 2022-06-19 19:11:07 +08:00
xiongziliang
0eacda5327 新增docker ci并全面整理ci 2022-06-19 18:14:43 +08:00
xiongziliang
ca66858da2 新增Android ci 2022-06-19 15:38:03 +08:00
夏楚
56e72b1191
ci支持pull request 2022-04-19 19:31:22 +08:00
夏楚
d06b4cdd3a
ci支持pull request 2022-04-19 19:30:55 +08:00
夏楚
824f1d2a47
ci支持pull request 2022-04-19 19:30:14 +08:00
Xiaofeng Wang
6ea6054073
更新 issue 模版说明 2022-03-04 15:07:01 +08:00
Xiaofeng Wang
9370a27c55
更新 issue 模板 (#1439) 2022-02-21 14:35:53 +08:00
夏楚
c72cf4cbcc
整理命名空间 (#1409)
* feat: remove using namespace mediakit in header files.

(cherry picked from commit d44aeb339a8a0e1f0455be82b21fe4b1b536299f)

* feat: remove using namespace mediakit in FFmpegSource.h

* feat: remove using namespace mediakit in RtpExt.h

* feat: remove using namespace mediakit in header files.

* feat: remove using namespace std in header files.

* feat: remove using namespace std in header files when zltoolkit remove std in header

* 补充命名空间

* 整理命名空间

* 整理命名空间2

* 修复macos ci

* 修复编译问题

* 修复编译问题2

* 修复编译问题3

Co-authored-by: Johnny <hellojinqiang@gmail.com>
Co-authored-by: Xiaofeng Wang <wasphin@gmail.com>
2022-02-02 20:34:50 +08:00
ziyue
8e088c0669 尝试修复msvc持续集成问题 2021-10-18 20:42:29 +08:00
xiongziliang
50c45d7897 删除不必要的文件或代码 2021-09-29 00:41:39 +08:00
wxf
c18c870a1b 添加 MSVC CI 2021-08-14 16:11:32 +08:00
wxf
72e8b6efa4 支持集成 WebRTC 功能 2021-06-26 18:07:26 +08:00
wxf
0a7acf94d3 明确使用的编译服务器版本 2021-06-26 17:57:05 +08:00
夏楚
eece9dc51a
Create requirement.md 2021-06-23 12:03:43 +08:00
夏楚
c8e4c916bf Update issue templates 2021-04-14 14:55:53 +08:00
夏楚
7ad3bc854b Update issue templates 2021-04-14 14:52:55 +08:00
夏楚
8c0781d4bf Update issue templates 2021-04-14 14:49:50 +08:00
夏楚
d619c33b1f Update issue templates 2021-04-12 13:58:35 +08:00
夏楚
a53c41fbb1
Update bug--.md 2021-04-12 10:26:26 +08:00
夏楚
a9ad0552fd Update issue templates 2021-04-12 10:25:20 +08:00
xiongziliang
4d74360609 去除多余依赖 2020-04-06 21:57:14 +08:00
xiongziliang
d9a5de5a63 修复持续集成编译失败问题 2019-12-12 23:02:11 +08:00
夏楚
e84af6a9e2
Update ccpp.yml 2019-11-26 09:52:20 +08:00
夏楚
08ad39d005
Update ccpp.yml 2019-11-14 15:26:35 +08:00
夏楚
2543ee01dc
Update ccpp.yml 2019-11-14 15:22:15 +08:00
xiongziliang
a3e67a1306 完成workflows测试 2019-11-14 15:14:25 +08:00
夏楚
c1f3b8ffbc
Create ccpp.yml 2019-11-14 14:45:12 +08:00
夏楚
065b2cf678
Update FUNDING.yml 2019-10-15 18:49:35 +08:00
夏楚
f816ea1727
Create FUNDING.yml 2019-10-15 18:23:14 +08:00