1 Star 0 Fork 0

andy_xzy / QuantLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
image:
- Visual Studio 2013
- Visual Studio 2019
platform: x64
configuration: Release
version: ci.{build}
build:
parallel: true
project: QuantLib.sln
verbosity: normal
for:
-
matrix:
only:
- image: Visual Studio 2013
before_build:
- COPY .appveyor\VS2013.props .\Build.props
test_script:
- .\test-suite\bin\QuantLib-test-suite-x64-mt.exe --log_level=message --build_info=yes -- --faster
-
matrix:
only:
- image: Visual Studio 2019
before_build:
- COPY .appveyor\VS2019.props .\Build.props
- COPY .appveyor\Unity.props .\Directory.Build.props
test_script:
- .\test-suite\bin\QuantLib-test-suite-x64-mt.exe --log_level=message --build_info=yes
1
https://gitee.com/andy_xzy/QuantLib.git
git@gitee.com:andy_xzy/QuantLib.git
andy_xzy
QuantLib
QuantLib
master

搜索帮助