A tool for generating Drone CI pipeline for Loong ArchLinux.
Requirements:
- Triggered by a PR
- Must have no conflicts with the origin/testing branch
All the pacakages changed in the PR will be built in parallel unless defined in the body of the PR. In the following example, a
, b
and c
will be built in parallel, and d
will be built after a
and b
are built.
a,b,c;d;e,f
Must be one of the following:
- Specify the packages to be built in the
packages
field - Specify the commit range to be built in the
commit_range
field, inbegin_commit:end_commit
format - Set the
mode
field torebuild_all
- Drone uses
httpsignatures.DefaultSha256Signer.AuthRequest("hmac-key", key, req)
to sign the request.