1 Star 0 Fork 0

via/log4cplus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 672 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vaclav Haisman 提交于 2023-02-18 23:39 . Use MSVC 2022 and 2019 for test.
version: 3.0.0.{build}-{branch}
branches:
except:
- gh-pages
install:
- git submodule update --init --recursive
environment:
matrix:
- PRJ_GEN: "Visual Studio 17 2022"
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2022"
BDIR: msvc2022
PRJ_CFG: Release
- PRJ_GEN: "Visual Studio 16 2019"
APPVEYOR_BUILD_WORKER_IMAGE: "Visual Studio 2019"
BDIR: msvc2019
PRJ_CFG: Release
build_script:
- mkdir build.%BDIR%
- cd build.%BDIR%
- cmake .. -G "%PRJ_GEN%" -A x64 "-DCMAKE_BUILD_TYPE=%PRJ_CFG%" %PARAMS%
- cmake --build . --config "%PRJ_CFG%" --clean-first
test_script:
- ctest -V --output-on-failure -C %PRJ_CFG%
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/chooosky/log4cplus.git
[email protected]:chooosky/log4cplus.git
chooosky
log4cplus
log4cplus
master

搜索帮助