1 Star 8 Fork 10

云水木石/libtomcrypt-gm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
Steffen Jaeckel 提交于 2019-09-24 13:19 . also build on appveyor
version: 1.18.2-develop+{build}
branches:
only:
- master
- develop
- /^release/
- /^appveyor/
- /^build-ci/
image:
- Visual Studio 2017
- Visual Studio 2015
build_script:
- cmd: >-
if "Visual Studio 2017"=="%APPVEYOR_BUILD_WORKER_IMAGE%" call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
if "Visual Studio 2015"=="%APPVEYOR_BUILD_WORKER_IMAGE%" call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
if "Visual Studio 2015"=="%APPVEYOR_BUILD_WORKER_IMAGE%" call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
cd..
git clone https://github.com/libtom/libtommath.git --branch=master
cd libtommath
nmake -f makefile.msvc
cd..
cd libtomcrypt
nmake -f makefile.msvc all
test_script:
- cmd: test.exe
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/mogoweb/libtomcrypt-gm.git
[email protected]:mogoweb/libtomcrypt-gm.git
mogoweb
libtomcrypt-gm
libtomcrypt-gm
develop

搜索帮助