Skip to content

Commit

Permalink
appveyor.yml: Generate GitHub releases from the 2015_R1 branch
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
Paul Cercueil committed Jun 9, 2015
1 parent d46fc8f commit 00bfeb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2014.2.{build}
version: 2015.1.{build}
clone_depth: 1
branches:
only:
- 2014_R2
- 2015_R1
- master

install:
Expand All @@ -29,12 +29,12 @@ build_script:

deploy:
tag: $(appveyor_repo_tag_name)
release: Libiio release 2014.2-$(appveyor_build_number)
release: Libiio release 2015.1-$(appveyor_build_number)
artifact: libiio-setup.exe
provider: GitHub
auth_token:
secure: kN/6ER7Noz0gJB9Cb9jkWhn4lDwp+g3hFLeJsRmknhZihyCkqpqfghf//NZrtHbQ
prerelease: true
on:
branch: 2014_R2
branch: 2015_R1
appveyor_repo_tag: true

0 comments on commit 00bfeb1

Please sign in to comment.