1 Star 0 Fork 1

kwin-workshop/extra-cmake-modules

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
openKylinBot 提交于 2022-05-16 15:59 . Import Upstream version 5.92.0
# SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
# SPDX-License-Identifier: CC0-1.0
include:
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android.yml
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml
docs:
# only:
# - tags
stage: build
image: debian:bullseye-slim
before_script:
- apt-get update && apt-get install --yes --no-install-recommends cmake make gcc libc6-dev umps3 python3-sphinx sphinx-common python3-sphinxcontrib.qthelp
script:
- mkdir build && cd build && cmake -DBUILD_TESTING=OFF .. && cmake --build .
- mkdir ../ecm-docs && mv docs/html/* ../ecm-docs/
artifacts:
name: ecm-docs-${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHORT_SHA}
expire_in: 3 months
when: on_success
paths:
- ecm-docs/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kwin-workshop/extra-cmake-modules.git
git@gitee.com:kwin-workshop/extra-cmake-modules.git
kwin-workshop
extra-cmake-modules
extra-cmake-modules
openkylin/yangtze

搜索帮助