Help Center/ CodeArts Build/ Getting Started/ Building with CMake and Uploading the Package to a Release Repo (Arm, Preset Image, GUI)
Updated on 2024-11-21 GMT+08:00

Building with CMake and Uploading the Package to a Release Repo (Arm, Preset Image, GUI)

In this section, you use CodeArts Build to build a project with CMake in an Arm environment and upload the resulting software package to a release repo.

Prerequisites

  • You have registered with Huawei Cloud and completed real-name authentication. If you do not have a HUAWEI ID yet, follow these steps to create one:
    1. Visit Huawei Cloud official website.
    2. Click Sign Up and create your account as instructed.

      Once your account is created, the system automatically redirects you to your personal information page.

    3. Complete individual or enterprise real-name authentication. For details, see Real-Name Authentication.
  • You have enabled CodeArts Free Edition. If not, enable it by referring to Purchasing a CodeArts Package.

Creating a CodeArts Repo Repository

  1. Log in to the Huawei Cloud console with your Huawei Cloud account.
  2. Click in the upper left corner and choose Developer Services > CodeArts Build from the service list.
  3. Click Access Service. The homepage of CodeArts Build is displayed. On the navigation bar, click Homepage.
  4. Click Create Project, and select the Scrum template. Set the project name to Scrum01 and keep the default values for other parameters. Click OK to access the project.
  5. In the navigation pane, choose Code > Repo.
  6. On the displayed page, click New Repository. Select Template, and click Next.
  7. You will then be redirected to the Create Template Repository page. In the Select Repository Template stage, search for Cpp Demo and select the template. Click Next.
  8. Set Repository Name to Repo01 and keep the default values for other parameters. Click OK.

Creating a Build Task

  1. In the navigation pane, choose CICD > Build.
  2. Click Create Task. The Basic Information page is displayed.
  3. Configure the following parameters and click Next.

    Table 1 Basic information

    Parameter

    Description

    Name

    Assign a custom name to the build task, for example, BuildTask01.

    Code Source

    Select Repo.

    Repository

    Select Repo01, the code repository created in section "Creating a CodeArts Repo Repository".

    Default Branch

    Keep the default value master.

    Description

    Optional. Enter additional information to describe the build task.

  4. Select the CMake template.
  5. Click OK. On the displayed Build Actions page, set Environment to Arm (Kunpeng), retain default settings for other build actions, and click Save.

Running the Build Task

  1. Click the name of the build task.
  2. On the displayed Build History page, click Run to start the build task.

    • The following page displays a successful run of the task.

    • If the task fails, troubleshoot the issue by reviewing the prompt or analyzing the logs.

Viewing the Build Results

  1. In the navigation pane, choose Artifact > Release Repos.
  2. On the displayed page, find the folder that shares the same name as the build task (the name you specify when creating a build task). The software package can be found within this folder.