40 Star 20 Fork 125

OpenHarmony-SIG/arkcompiler_ets_frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
Alexander Gorshenev 提交于 2024-10-04 14:04 . !1180Some incremental/ CI
image: "nexus.bz-openlab.ru:10443/huawei/koala-ci:0.2"
stages:
- prebuild
- build-compiler
- build
- test
- idlize
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline"
- if: $CI_PIPELINE_SOURCE == "parent_pipeline"
include:
- gitlab/setup.yml
- incremental/compat/.gitlab-ci.yml
- incremental/common/.gitlab-ci.yml
- incremental/compiler-plugin/.gitlab-ci.yml
- incremental/runtime/.gitlab-ci.yml
- incremental/demo-playground/.gitlab-ci.yml
- arkoala/arkui/.gitlab-ci.yml
unmemoize arkoala-arkts/arkui:
extends:
- .linux-vm-shell-task
before_script:
- !reference [.setup, script]
script:
- npm run unmemoize --prefix arkoala-arkts/arkui
unmemoize arkoala-arkts/loader:
extends:
- .linux-vm-shell-task
before_script:
- !reference [.setup, script]
script:
- npm run unmemoize --prefix arkoala-arkts/loader
test compiler plugin:
extends:
- .linux-vm-shell-task
before_script:
- !reference [.setup, script]
script:
- cd incremental/compiler-plugin
- npm run compile
- npm run test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openharmony-sig/arkcompiler_ets_frontend.git
git@gitee.com:openharmony-sig/arkcompiler_ets_frontend.git
openharmony-sig
arkcompiler_ets_frontend
arkcompiler_ets_frontend
master

搜索帮助