Browse Source
Merge pull request #8 from artemii235/etomic
Add deploy stage to appveyor build.
pass-iguana-arg
Artem Pikulin
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
12 additions and
1 deletions
-
appveyor.yml
|
|
@ -6,4 +6,15 @@ build_script: |
|
|
|
- cmd: marketmaker_build_etomic.cmd |
|
|
|
cache: |
|
|
|
- C:\.hunter |
|
|
|
- cpp-ethereum |
|
|
|
- cpp-ethereum |
|
|
|
|
|
|
|
deploy: |
|
|
|
release: marketmaker-v$(appveyor_build_version) |
|
|
|
provider: GitHub |
|
|
|
auth_token: |
|
|
|
secure: iabzoz73JgtOIyE/Nmz4a4XefmK+7pIeup+1Hunj4hGKrdfesFN+176DMApgfu8t |
|
|
|
artifact: build_win64_release\iguana\exchanges\marketmaker-mainnet.exe |
|
|
|
draft: false |
|
|
|
prerelease: false |
|
|
|
on: |
|
|
|
branch: master |
|
|
|