File tree 5 files changed +10
-9
lines changed
5 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 54
54
- name : Prepare C++ Build
55
55
run : mkdir build
56
56
57
- - name : Prepare Documentation Bukd
57
+ # Versioning
58
+ - name : Get versioning
59
+ id : get_version
60
+ run : echo ::set-output name=VERSION::$(git describe --always)
61
+
62
+ - name : Prepare Documentation Build
58
63
run : |
59
- sed -i 's/@VERSION_PATCH@/@ VERSION_PATCH@_GitHub_MasterBranch /g' doxygen_config.cmake.in
64
+ sed -i 's/PROJECT_NUMBER\s*= @VERSION_MAJOR@.@VERSION_MINOR@.@ VERSION_PATCH@/PROJECT_NUMBER = master (${{ steps.get_version.outputs.VERSION }}) /g' doxygen_config.cmake.in
60
65
echo "EXCLUDE_PATTERNS = */osi3/* */protobuf-3.15.8/* */proto2cpp/*" >> doxygen_config.cmake.in
61
66
echo "GENERATE_TREEVIEW = YES" >> doxygen_config.cmake.in
62
67
Original file line number Diff line number Diff line change 1
- [submodule "asciidoc-resources "]
2
- path = asciidoc-resources
3
- url = https://code.asam.net/simulation/asciidoc-resources.git
4
1
[submodule "flatbuffers "]
5
2
path = flatbuffers
6
3
url = https://github.com/google/flatbuffers.git
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def main():
30
30
31
31
sv_ground_truth = sensorview.global_ground_truth
32
32
sv_ground_truth.version.version_major = 3
33
- sv_ground_truth.version.version_minor = 3
33
+ sv_ground_truth.version.version_minor = 4
34
34
sv_ground_truth.version.version_patch = 0
35
35
36
36
sv_ground_truth.timestamp.seconds = 0
Original file line number Diff line number Diff line change 1
1
VERSION_MAJOR = 3
2
- VERSION_MINOR = 3
3
- VERSION_PATCH = 1
2
+ VERSION_MINOR = 4
3
+ VERSION_PATCH = 0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments