Skip to content

Instantly share code, notes, and snippets.

@fenrir-naru
Created July 26, 2016 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fenrir-naru/ef4447bd67f04e35415b5834eda77490 to your computer and use it in GitHub Desktop.
Save fenrir-naru/ef4447bd67f04e35415b5834eda77490 to your computer and use it in GitHub Desktop.
version: 1.0.{build}.{branch}
configuration: Release
build:
project: tool\NinjaScanLight_tools.sln
verbosity: minimal
after_build:
- cmd: 7z a windows.%APPVEYOR_REPO_BRANCH%.zip %APPVEYOR_BUILD_FOLDER%\tool\build_VC\%CONFIGURATION%\*.exe
artifacts:
- path: windows.*.zip
name: x86 binary
deploy:
- provider: BinTray
username: fenrir-naru
api_key:
secure: ******
subject: fenrir-naru
repo: github
package: ninja-scan-light
version: Latest
publish: true
override: true
explode: false
on:
branch: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment