ci: add GitHub Actions workflows for upstream sync and release automation
This commit is contained in:
parent
0d201261c8
commit
5d421e8a76
7035 changed files with 106275 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
This file has an mtime of when this was started.
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
crate::version::Version {
|
||||
minor: 93,
|
||||
patch: 0,
|
||||
channel: crate::version::Channel::Stable,
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
cargo:rerun-if-changed=build/build.rs
|
||||
cargo:rustc-check-cfg=cfg(cfg_macro_not_allowed)
|
||||
cargo:rustc-check-cfg=cfg(host_os, values("windows"))
|
||||
cargo:rustc-cfg=host_os="windows"
|
||||
|
|
@ -0,0 +1 @@
|
|||
D:\pi\ConvertX-CN\api-server\target\release\build\rustversion-01c60f3e1f81a48a\out
|
||||
Loading…
Add table
Add a link
Reference in a new issue