b38fd876b2
* SDK-664: Updating the sample apps with x64 * Adding the yml for configuration * Updating the travis yml * Updating the project files to remove duplicate entries of x64 * Updating the configurations * Updating the yml to publish the Artifacts and rebasing master * Updating the verbosity of yml * Fix enum definition of ethinicity to the latest build changes * Adding the new AU's * Updating the README to indicate that the app supports x64 * Update linux SDK link to 3.1-396
22 lines
573 B
YAML
22 lines
573 B
YAML
version: 1.0.{build}
|
|
image:
|
|
- Visual Studio 2013
|
|
- Visual Studio 2015
|
|
before_build:
|
|
- cmd: >-
|
|
appveyor DownloadFile http://affdex-sdk-dist.s3-website-us-east-1.amazonaws.com/windows/AffdexSDK-3.1-339-win64.exe -FileName AffdexSDK-win64.exe
|
|
|
|
AffdexSDK-win64.exe /S
|
|
|
|
nuget restore affdex-win-samples.sln
|
|
build:
|
|
parallel: true
|
|
verbosity: detailed
|
|
artifacts:
|
|
- path: '\x64\Release'
|
|
deploy:
|
|
- provider: GitHub
|
|
release: 3.1
|
|
auth_token:
|
|
secure: sjCE8t4b8ME8j2D6e0kRpNib8STOljgGVPdexj4n0gXU/nYxFkdaI9GXRukRHri5
|
|
artifact: Release.zip
|