cargo/guide/tests-ci #1097
Replies: 7 comments 1 reply
-
很好, 继续专注吧! |
Beta Was this translation helpful? Give feedback.
-
这个构建的actions脚本要使用的话,要把sgf-render换成自己的package名来着 |
Beta Was this translation helpful? Give feedback.
-
有没有GitLab版本的呢?好多公司都搭建了自家公司的代码托管仓库 |
Beta Was this translation helpful? Give feedback.
-
有点好奇为什么需要增加 |
Beta Was this translation helpful? Give feedback.
-
schedule:
# 每24小时触发一次
- cron: "0 * * * *" 这个不是每24小时一次,而是每小时一次,每个小时的0分。如果要每24小时一次的话,得改成 "0 0 * * *",每天的0点0分触发一次。 |
Beta Was this translation helpful? Give feedback.
-
配置过 Jenkins 的 Job,大同小异。思路都是一样的,把繁琐的人工介入半自动化集成部署全自动化,高效、可靠。 |
Beta Was this translation helpful? Give feedback.
-
我自己还是接触docker才会的github action,代码push后自动打包模型到仓库,然后生产直接拉取容器 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
cargo/guide/tests-ci
https://course.rs/cargo/guide/tests-ci.html
Beta Was this translation helpful? Give feedback.
All reactions