Fetch the repository succeeded.
This action will force synchronization from pkuvcl/davs2, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
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 )