summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-13 20:38:52 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-04-13 20:38:52 -0700
commitf241318f9c4054beb31199b79919e2e7a6fbce86 (patch)
treee753bf6762aeefdef0210dc0eb20b61c4b6eb6f6 /appveyor.yml
parent1c4098a7d9a5eb067ff63b5602d60d91a218b4a0 (diff)
Add branch name to AppVeyor version
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 33ed76b..641b835 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,4 @@
-version: "{build}"
+version: "{branch}-{build}"
build_script:
- ps: .\tests\autotest-appveyor.ps1 \ No newline at end of file