1 Star 0 Fork 0

Mouri_Naruto / krb5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appveyor.yml 657 Bytes
一键复制 编辑 原始数据 按行查看 历史
Greg Hudson 提交于 2018-05-18 22:04 . Clean up Windows build CPU detection
image: Visual Studio 2017
build_script:
- mkdir C:\kfw
- set KRB_INSTALL_DIR=C:\kfw
- cd %APPVEYOR_BUILD_FOLDER%\src
- set PATH=%PATH%;%wix%bin
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
- set
- nmake -f Makefile.in prep-windows
- nmake
- nmake install
- cd windows\installer\wix
- nmake
- rename kfw.msi kfw32.msi
- cd ..\..\..
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
- set
- nmake clean
- nmake
- nmake install
- cd windows\installer\wix
- nmake clean
- nmake
- rename kfw.msi kfw64.msi
1
https://gitee.com/Mouri_Naruto/krb5.git
git@gitee.com:Mouri_Naruto/krb5.git
Mouri_Naruto
krb5
krb5
master

搜索帮助