1 Star 0 Fork 22

刘杰 / davs2

forked from pkuvcl / davs2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
luofl 提交于 2019-04-09 09:13 . Update nasm.props for better auto build.
image: Visual Studio 2015
configuration: Release
platform:
- x64
install:
- git submodule update --init
- 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
- set PATH=%PATH%;%APPVEYOR_BUILD_FOLDER%/build/vs2013/nasm-2.14.02
build:
project: build\vs2013\DAVS2.sln
artifacts:
- path: build\bin\x64_Release\*.*
name: $(APPVEYOR_PROJECT_NAME)
C
1
https://gitee.com/jieliuax/davs2.git
git@gitee.com:jieliuax/davs2.git
jieliuax
davs2
davs2
master

搜索帮助