Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

automatically deploy built binaries on build server for tagged versions #53

Open dhebbeker opened 11 months ago

dhebbeker commented 11 months ago

For each pushed version tag, the built binary file (which may be flashed to the device) shall be provided by the build server (as build artefact).

A version tag shall use the version name prefixed with a v as this is common practice. The rest of the tag string shall be according to SemVer.

Depends on: