-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Online Compilation (used by ordinary users)
Tlntin edited this page Jan 2, 2024
·
11 revisions
- Click to go to the Actions interface, select
Build App with Pake-Cli
, fill in the form information, and clickRun Workflow
. - The form parameters and filling requirements are basically consistent with the parameters of the pake-cli. For details, please refer to the pake-cli documentation link.
- If the small green icon appears, it means that the packaging is successful. You can click
Build App with Pake-Cli
to view the packaging details and attachments. - You can see that there is a 1 in
Artfacts
here, which means that there is an attachment available for download. - Click
Artfacts
, it will automatically jump to the bottom, you can see the final attachment information, click the attachment name to download it officially.
- The first run will be relatively slow, about 10-15 minutes, after the subsequent cache, it will be much faster.
- Try to ensure that the first run is complete, so that the generated cache can save a lot of time. If the run fails, the generated cache is incomplete, and the subsequent acceleration cannot be achieved.
- You can view the cache on the page in the lower left corner of Actions, generally named
[Package Platform]-cargo-xxxx
, generally between 400M-600M, if the cache is small, only tens of M, you can click the delete button on the right Delete the cache, then the next build will automatically generate a new cache instead.