Browse Source

Made some changes to AppVeyor

pull/32/head
Anairkoen Schno 5 years ago
parent
commit
6cb8a41d32
1 changed files with 9 additions and 4 deletions
  1. +9
    -4
      appveyor.yml

+ 9
- 4
appveyor.yml View File

@ -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


Loading…
Cancel
Save