Skip to content

Online Compilation (used by ordinary users)

Tlntin edited this page Jan 2, 2024 · 11 revisions

1. Fork this project

Click here

2. Go to Actions

  • Click to go to the Actions interface, select Build App with Pake-Cli, fill in the form information, and click Run 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. image

3. Download the attachment

  • 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. image
  • You can see that there is a 1 in Artfacts here, which means that there is an attachment available for download. image
  • Click Artfacts, it will automatically jump to the bottom, you can see the final attachment information, click the attachment name to download it officially. image

4. About running time (simple understanding is enough)

  • 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. image