Commit c9891af
authored
appveyor: derive the build version from the repo (#819)
The "Build version format" was hard-coded in the AppVeyor project settings.
Move it into the repo: set a placeholder version in .appveyor.yml (which
overrides the UI setting) and, in before_build, replace it with the version
from the VERSION file, the short commit hash and the build number, e.g.
0.16.0-1a2b3c4.42. The build number keeps each build's version unique even
if the same commit is built more than once.
Assisted-by: claude-code:claude-opus-4-81 parent d677dd5 commit c9891af
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
9 | 24 | | |
10 | 25 | | |
11 | 26 | | |
| |||
0 commit comments