File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 24
24
ref : ${{ github.head_ref || 'humble'}}
25
25
submodules : ' recursive'
26
26
27
+ - name : Get minimum supported version of CMake
28
+ uses : eProsima/eProsima-CI/external/get-cmake@v0
29
+ with :
30
+ cmakeVersion : ' 3.22.6'
31
+
27
32
- name : Install from sources
28
33
run : |
29
34
bash docs/resources/scripts/linux_source_installation.bash
Original file line number Diff line number Diff line change 24
24
ref : ${{ github.head_ref || 'iron'}}
25
25
submodules : ' recursive'
26
26
27
+ - name : Get minimum supported version of CMake
28
+ uses : eProsima/eProsima-CI/external/get-cmake@v0
29
+ with :
30
+ cmakeVersion : ' 3.22.6'
31
+
27
32
- name : Install from sources
28
33
run : |
29
34
bash docs/resources/scripts/linux_source_installation.bash
Original file line number Diff line number Diff line change 29
29
ref : ${{ github.head_ref || 'jazzy'}}
30
30
submodules : ' recursive'
31
31
32
+ - name : Get minimum supported version of CMake
33
+ uses : eProsima/eProsima-CI/external/get-cmake@v0
34
+ with :
35
+ cmakeVersion : ' 3.22.6'
36
+
32
37
- name : Install from sources
33
38
run : |
34
39
bash docs/resources/scripts/linux_source_installation.bash
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ Vulcanexus official documentation can be found [here](https://docs.vulcanexus.or
36
36
37
37
| Version | Install (binaries) | Build (sources) |
38
38
| - | - | - |
39
- | Jazzy | ![ Jazzy Binaries Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/jazzy_binaries_ubuntu.yaml?logo=github&logoSize=auto ) | ![ Jazzy Sources Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/jazzy_sources_ubuntu.yaml?logo=github&logoSize=auto )
40
- | Iron | ![ Iron Binaries Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/iron_binaries_ubuntu.yaml?logo=github&logoSize=auto ) | ![ Iron Sources Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/iron_sources_ubuntu.yaml?logo=github&logoSize=auto )
41
- | Humble | ![ Humble Binaries Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/humble_binaries_ubuntu.yaml?logo=github&logoSize=auto ) | ![ Humble Sources Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/humble_sources_ubuntu.yaml?logo=github&logoSize=auto )
39
+ | Jazzy | [ ![ Jazzy Binaries Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/jazzy_binaries_ubuntu.yaml?logo=github&logoSize=auto )] ( https://github.com/eProsima/vulcanexus/actions/workflows/jazzy_binaries_ubuntu.yaml ) | [ ![ Jazzy Sources Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/jazzy_sources_ubuntu.yaml?logo=github&logoSize=auto )] ( https://github.com/eProsima/vulcanexus/actions/workflows/jazzy_sources_ubuntu.yaml ) |
40
+ | Iron | [ ![ Iron Binaries Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/iron_binaries_ubuntu.yaml?logo=github&logoSize=auto )] ( https://github.com/eProsima/vulcanexus/actions/workflows/iron_binaries_ubuntu.yaml ) | [ ![ Iron Sources Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/iron_sources_ubuntu.yaml?logo=github&logoSize=auto )] ( https://github.com/eProsima/vulcanexus/actions/workflows/iron_sources_ubuntu.yaml ) |
41
+ | Humble | [ ![ Humble Binaries Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/humble_binaries_ubuntu.yaml?logo=github&logoSize=auto )] ( https://github.com/eProsima/vulcanexus/actions/workflows/humble_binaries_ubuntu.yaml ) | [ ![ Humble Sources Status] ( https://img.shields.io/github/actions/workflow/status/eProsima/vulcanexus/humble_sources_ubuntu.yaml?logo=github&logoSize=auto )] ( https://github.com/eProsima/vulcanexus/actions/workflows/humble_sources_ubuntu.yaml ) |
42
42
43
43
## Getting started
44
44
You can’t perform that action at this time.
0 commit comments