1 Star 0 Fork 0

Barry/fluent-bit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 411 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eduardo Silva 提交于 2017-01-19 01:14 +08:00 . CI: Appveyor: disable examples
version: 0.11-winbuild-{build}
platform:
- Win32
- x64
configuration:
- Debug
- Release
before_build:
- cmd: if "%platform%"=="Win32" set msvc=Visual Studio 14 2015
- cmd: if "%platform%"=="x64" set msvc=Visual Studio 14 2015 Win64
build_script:
- cd build
- cmake -G "%msvc%" -DCMAKE_BUILD_TYPE=%configuration% -DFLB_WITHOUT_SHARED_LIB=On -DFLB_WITHOUT_EXAMPLES=On ..
- cmake --build .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/barrywang/fluent-bit.git
git@gitee.com:barrywang/fluent-bit.git
barrywang
fluent-bit
fluent-bit
master

搜索帮助