1 Star 0 Fork 27

hwrenx / xavs2

forked from pkuvcl / xavs2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 486 Bytes
一键复制 编辑 原始数据 按行查看 历史
luofl 提交于 2019-03-17 17:20 . Create AppVeyor CI/CD.
image: Visual Studio 2015
configuration: Release
platform:
- x64
install:
- appveyor DownloadFile https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win64/nasm-2.14.02-win64.zip -FileName nasm.zip
- ps: Expand-Archive -Path nasm.zip -DestinationPath build/vs2013 -Force:$true
- ps: Move-Item build/vs2013/nasm-2.14.02/nasm.exe build/vs2013
build:
project: build\vs2013\xavs2.sln
artifacts:
- path: build\bin\x64_Release\*.*
name: $(APPVEYOR_PROJECT_NAME)
C
1
https://gitee.com/hwren/xavs2.git
git@gitee.com:hwren/xavs2.git
hwren
xavs2
xavs2
master

搜索帮助