|
|
@ -43,12 +43,19 @@ artifacts: |
|
|
|
# platform: x64 |
|
|
|
|
|
|
|
for: |
|
|
|
- |
|
|
|
matrix: |
|
|
|
except: |
|
|
|
- BUILD_DOC: 'yes' |
|
|
|
|
|
|
|
skip_tags: true |
|
|
|
- |
|
|
|
matrix: |
|
|
|
except: |
|
|
|
- BUILD_DOC: 'no' |
|
|
|
build: off |
|
|
|
after_build: |
|
|
|
|
|
|
|
skip_tags: false |
|
|
|
build_script: |
|
|
|
- ps: | |
|
|
|
if ($env:APPVEYOR_REPO_BRANCH -eq 'master') |
|
|
|
{ |
|
|
@ -118,8 +125,6 @@ build: |
|
|
|
verbosity: normal |
|
|
|
project: BSIPA.sln |
|
|
|
|
|
|
|
skip_tags: false |
|
|
|
|
|
|
|
deploy: |
|
|
|
- provider: GitHub |
|
|
|
release: BSIPA $(bsipa_version)-draft |
|
|
|