1 Star 0 Fork 2

ZHCICI/MediaInfo

forked from rzkn/MediaInfo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 983 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maxime Gervais 提交于 2017-01-10 10:15 . Add .appveyor.yml
configuration:
- Release
platform:
- Win32
- x64
before_build:
- cmd: git -C .. clone -q https://github.com/MediaArea/zlib.git
- cmd: git -C .. clone -q https://github.com/MediaArea/ZenLib.git
- cmd: git -C .. clone -q https://github.com/MediaArea/MediaInfoLib.git
- ps: >-
$Env:PATH += ";C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin";
$Env:PATH += ";C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/x86_amd64";
If ($Env:PLATFORM -Eq "Win32") {
Push-Location ..\zlib\contrib\masmx86
ml /nologo /coff /safeseh /Zi /c /Flmatch686.lst match686.asm
ml /nologo /coff /safeseh /Zi /c /Flinffas32.lst inffas32.asm
Pop-Location
} Else {
Push-Location ..\zlib\contrib\masmx64
ml64 /nologo /Zi /c /Flinffasx64 inffasx64.asm
ml64 /nologo /Zi /c /Flgvmat64 gvmat64.asm
Pop-Location
}
build:
project: Project\MSVC2015\CLI\MediaInfo.vcxproj
verbosity: quiet
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhcici/MediaInfo.git
git@gitee.com:zhcici/MediaInfo.git
zhcici
MediaInfo
MediaInfo
master

搜索帮助