Commit Graph

10 Commits

Author SHA1 Message Date
mtdxc
e3dcd9119e
use vars.VERSION_ISSUE_NO (#3716)
将持续集成编译发布issue版本号,设成可配置,当没设置时不自动发布版本
Co-authored-by: cqm <cqm@97kid.com>
2024-07-17 11:41:20 +08:00
xiongziliang
170ec3c830 调整持续集成脚本 2024-06-15 12:14:40 +08:00
xiongziliang
577fe86917 调整持续集成,linux ci修改为centos7 2024-06-09 17:44:16 +08:00
xiongziliang
68c0424808 feat: Automatically build package and upload binary files to the issue list 2024-06-01 22:20:06 +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
ea57cb6888 macos -> macOS 2022-06-25 11:31:30 +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
夏楚
d06b4cdd3a
ci支持pull request 2022-04-19 19:30:55 +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