中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助
鲲鹏小智

毕昇编译器

GitLab流水线代码示例。

stages:   # List of stages for jobs, and their order of execution
  - build
  - test
  - deploy
build-job:       # This job runs in the build stage, which runs first.
  stage: build
  script:
    - source "${HOME}"/.local/wrap-bin/devkit_pipeline.sh 
    # 其他平台运行编译命令为:cd /path/to/repository、make,请在此运行与其他平台一致的编译命令
    - cd /path/to/repository
    - make
  tags:
    - kunpeng_c_builder_bisheng_compiler # 对应gitlab-runner注册时的标签,可选择多个
  1. 若需要使用毕昇编译器的相关能力,请在代码脚本中添加如下命令。
     source ${HOME}/.local/wrap-bin/devkit_pipeline.sh
  2. 进行编译时,请执行以下命令编译。
    cd /path/to/repository 
    make
搜索结果
找到“0”个结果

当前产品无相关内容

未找到相关内容,请尝试其他搜索词