1 Star 0 Fork 17

EricYao/JSON-for-Modern-CPP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 603 Bytes
一键复制 编辑 原始数据 按行查看 历史
Niels Lohmann 提交于 2017-10-05 19:43 . :wrench:executing tests in parallel
version: '{build}'
os:
- Visual Studio 2015
- Visual Studio 2017
environment:
matrix:
- additional_flags: ""
- additional_flags: "/permissive- /std:c++latest /utf-8"
matrix:
exclude:
- additional_flags: "/permissive- /std:c++latest /utf-8"
os: Visual Studio 2015
init: []
install: []
build_script:
- IF "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" ( SET GEN="Visual Studio 14 2015") ELSE (SET GEN="Visual Studio 15 2017")
- cmake . -G%GEN% -DCMAKE_CXX_FLAGS="%additional_flags%"
- cmake --build . --config Release
test_script:
- ctest -C Release -V -j
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yaoxiujun/JSON-for-Modern-CPP.git
git@gitee.com:yaoxiujun/JSON-for-Modern-CPP.git
yaoxiujun
JSON-for-Modern-CPP
JSON-for-Modern-CPP
master

搜索帮助