编译构建 CODEARTS BUILD-使用yaml配置Ionic Android App构建

时间:2023-12-20 17:27:54

使用yaml配置Ionic Android App构建

version: 2.0 # 必须是2.0
steps:
  BUILD:
    - ionic_android_app:
       inputs:
          gradle: '4.8'
          jdk: '3333'
          ndk: '17'
          command: ./instrumented.apk

参数名

参数类型

描述

是否必填

默认值

gradle

string

gradle版本。

jdk

string

jdk文件名。

ndk

string

ndk文件名。

command

string

执行命令。

support.huaweicloud.com/usermanual-codeci/codeci_ug_1080.html