Skip to content

Commit 00bfeb1

Browse files
author
Paul Cercueil
committed
appveyor.yml: Generate GitHub releases from the 2015_R1 branch
Signed-off-by: Paul Cercueil <[email protected]>
1 parent d46fc8f commit 00bfeb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
version: 2014.2.{build}
1+
version: 2015.1.{build}
22
clone_depth: 1
33
branches:
44
only:
5-
- 2014_R2
5+
- 2015_R1
66
- master
77

88
install:
@@ -29,12 +29,12 @@ build_script:
2929

3030
deploy:
3131
tag: $(appveyor_repo_tag_name)
32-
release: Libiio release 2014.2-$(appveyor_build_number)
32+
release: Libiio release 2015.1-$(appveyor_build_number)
3333
artifact: libiio-setup.exe
3434
provider: GitHub
3535
auth_token:
3636
secure: kN/6ER7Noz0gJB9Cb9jkWhn4lDwp+g3hFLeJsRmknhZihyCkqpqfghf//NZrtHbQ
3737
prerelease: true
3838
on:
39-
branch: 2014_R2
39+
branch: 2015_R1
4040
appveyor_repo_tag: true

0 commit comments

Comments
 (0)