1 Star 0 Fork 1

yuzhoudao/muparser

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 377 Bytes
一键复制 编辑 原始数据 按行查看 历史
Julien Schueller 提交于 2019-02-09 12:47 . Add test
version: 1.0.{build}
os: Visual Studio 2015
clone_folder: C:\projects\muParser
test: off
branches:
only:
- master
environment:
matrix:
- CMAKE_PLATFORM: Visual Studio 14 2015
build_script:
- cmake -LAH -G "%CMAKE_PLATFORM%" -DCMAKE_INSTALL_PREFIX="%CD:\=/%/install" .
- cmake --build . --config Release --target install
- ctest -C Release --output-on-failure
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yuzhoudao00/muparser.git
git@gitee.com:yuzhoudao00/muparser.git
yuzhoudao00
muparser
muparser
master

搜索帮助