We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46fc8f commit 00bfeb1Copy full SHA for 00bfeb1
appveyor.yml
@@ -1,8 +1,8 @@
1
-version: 2014.2.{build}
+version: 2015.1.{build}
2
clone_depth: 1
3
branches:
4
only:
5
- - 2014_R2
+ - 2015_R1
6
- master
7
8
install:
@@ -29,12 +29,12 @@ build_script:
29
30
deploy:
31
tag: $(appveyor_repo_tag_name)
32
- release: Libiio release 2014.2-$(appveyor_build_number)
+ release: Libiio release 2015.1-$(appveyor_build_number)
33
artifact: libiio-setup.exe
34
provider: GitHub
35
auth_token:
36
secure: kN/6ER7Noz0gJB9Cb9jkWhn4lDwp+g3hFLeJsRmknhZihyCkqpqfghf//NZrtHbQ
37
prerelease: true
38
on:
39
- branch: 2014_R2
+ branch: 2015_R1
40
appveyor_repo_tag: true
0 commit comments