Skip to content

twinstar6980/Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic

为个人项目编写的自动化构建流程。

构建列表

构建参数

  • repository_url

    需要构建的代码仓库 URL 。

  • expect_commit

    期望构建的提交的 SHA ,或设置为 latest 使用最新提交。

  • enable_signing

    对构建产物进行签名。

    未签名的文件在一些系统中可能不便于安装或使用。

    如果启用签名,必须在 Secrets 中设置 keystore_file( Base64 编码的 p12 密钥库文件数据)与 keystore_password(密钥库的密码)。

  • build_<platform>

    是否为指定平台进行构建。

  • publish_release

    是否将构建产物发布到 Releases 中。

  • publish_release_tag_suffix

    将构建产物发布到 Releases 时的 tag 后缀。

About

No description, website, or topics provided.

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Contributors