1 Star 0 Fork 0

xiaoY/awtk_slider_circle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitlab-ci.yml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
longyu 提交于 2019-05-07 10:10 . add gitlab ci yml file
variables:
#此处对git的子模块进行递归更新
GIT_SUBMODULE_STRATEGY: recursive
image:
name: docker.zhaoqi.info/awtk/ubuntu:awtk
stages:
- build
# 目前的MAC的环境缺失了 暂时不编译MAC上的测试
# build_macos:
# stage: build
# script:
# - scons -j8
# - python ./scripts/update_res.py all
# - ./bin/runTest
# tags:
# - macos_awtk_env
build_win:
stage: build
script:
- call %APP_ENV%\startup_app.bat
- cd awtk
- scons -j4
- cd ..
- python.exe scripts\update_res.py all
- scons -j4
- .\bin\runTest.exe
tags:
- win_awtk_env
# 后面将不在 ubuntu的实体机中编译,统一在docker环境中编译
# build_ubuntu:
# stage: build
# script:
# - scons -j8
# - python ./scripts/update_res.py all
# - ./bin/runTest
# tags:
# - ubuntu_awtk_env
build_docker:
stage: build
script:
- cd awtk && scons -j4 && cd -
- python ./scripts/update_res.py all
- scons -j4
- ./bin/runTest
tags:
- docker
artifacts:
name: artifacts
expire_in: 1 day
paths:
- bin
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yqg.tom/awtk_slider_circle.git
[email protected]:yqg.tom/awtk_slider_circle.git
yqg.tom
awtk_slider_circle
awtk_slider_circle
master

搜索帮助