Fetch the repository succeeded.
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)
Sign in for post a comment
Comment ( 0 )