16 Star 0 Fork 7

ocs-commit/apr

forked from OpenCloudOS Stream/apr 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
191479a91b47cbe367113132355f514f72115c57.patch 994 Bytes
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2025-02-06 15:16 +08:00 . - [Type] bugfix
From 191479a91b47cbe367113132355f514f72115c57 Mon Sep 17 00:00:00 2001
From: Ivan Zhakov <ivan@apache.org>
Date: Sat, 14 Sep 2024 14:53:25 +0000
Subject: [PATCH] On 1.7.x branch: Merge revision r1920350 from trunk:
.github/workflows/windows.yml: Test cmake --install.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1920629 13f79535-47bb-0310-9956-ffa450edef68
---
.github/workflows/windows.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 97d369e7c4..5c1258c3dd 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -42,3 +42,6 @@ jobs:
# Execute tests defined by the CMake configuration.
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest -C ${{ matrix.build-type }} --output-on-failure
+
+ - name: Install
+ run: cmake --install ${{github.workspace}}/build --config ${{ matrix.build-type }}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-commit/apr.git
git@gitee.com:ocs-commit/apr.git
ocs-commit
apr
apr
master

搜索帮助