文件名称:python-ci:具有Web界面的轻型CI服务器
文件大小:490KB
文件格式:ZIP
更新时间:2024-06-01 07:59:32
react python lightweight ci-server raspberry-pi
python-ci 轻量级的用Python编写的CI服务器,最初是为Raspberry Pi开发的,因为其他现有解决方案需要占用大量资源(Jenkins)或使用起来很麻烦。 具有React -ive Web界面 计算LaTeX文档中的字母和单词 显示有关构建的统计信息 GitHub整合 GitHub webhook 在GitHub上的提交旁边显示构建状态 缺点: 构建不是完全隔离的,将相同的克隆存储库进行git reset --hard到相应的提交,然后用于构建。 LaTeX:git repo应该保持不变,因为latexmk将构建文件保存在其他位置 npm: npm build ,然后zip指定的build文件夹。 设置 经过Python 3.5和3.6测试 安装所需的库: pip3 install -r requirements.txt 克隆脚本旁边的源文件夹(请参见下文),
【文件预览】:
python-ci-master
----.gitmodules(118B)
----.eslintrc(873B)
----server()
--------python-ci.service.in(178B)
--------src()
--------requirements.txt(90B)
----docs()
--------example_badge.svg(765B)
--------example_web1.png(45KB)
--------example_web2.png(106KB)
----start.sh.in(637B)
----ssh-fix.sh(36B)
----LICENSE(1KB)
----app()
--------config()
--------icon.xcf(347KB)
--------package.json(3KB)
--------src()
--------images.sh(254B)
--------.gitignore(285B)
--------public()
--------README.md(116KB)
--------yarn.lock(253KB)
--------scripts()
----python-ci.service.sh(784B)
----.gitignore(53B)
----start-ngrok.sh(59B)
----README.md(9KB)
----build()
--------.keep(0B)