1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00
SoftEtherVPN/.ci/azure-pipelines
Davide Beatrici 9620dcbcd0 Azure Pipelines: Retrieve build number from server, pass it to CMake
The script on our server bumps the build number for every new version + commit combination.
Each combination is associated to a unique build number and vice versa.
There's a separate counter for each version.

The reason why we cannot just use "git describe --tags --dirty" is because it relies on the last tag's name and generates a string like "5.01.9674-212-g54280853".
What we want, instead, is the last part of the version to be increased for every build.
Then, once we consider the branch stable enough, we create a tag like "5.01" and bump the version immediately after the new release.

Please note that for pull requests the build number will always be 0, because the secret token is only available in the Nightly pipeline.
2021-02-19 21:22:48 +01:00
..
linux_build.sh Azure Pipelines: Retrieve build number from server, pass it to CMake 2021-02-19 21:22:48 +01:00
linux.yml Azure Pipelines: Retrieve build number from server, pass it to CMake 2021-02-19 21:22:48 +01:00
macos_build.sh Azure Pipelines: Retrieve build number from server, pass it to CMake 2021-02-19 21:22:48 +01:00
macos.yml Azure Pipelines: Retrieve build number from server, pass it to CMake 2021-02-19 21:22:48 +01:00
windows_build.bat Azure Pipelines: Retrieve build number from server, pass it to CMake 2021-02-19 21:22:48 +01:00
windows-steps.yml Azure Pipelines: Retrieve build number from server, pass it to CMake 2021-02-19 21:22:48 +01:00
windows.yml Move Azure Pipelines configurations into dedicated directory 2021-02-19 21:17:05 +01:00