File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
99 windows-build :
10- runs-on : windows-latest
10+ runs-on : ${{ matrix. windows-version }}
1111 strategy :
1212 fail-fast : false
1313 matrix :
1414 cmake-config :
1515 - ' Release'
1616 - ' Debug'
17+ windows-version :
18+ - ' windows-2019'
19+ - ' windows-latest'
1720 env :
1821 CXXFLAGS : /MP
1922 OPENSSL64_ROOT : " C:/Program Files/OpenSSL-Win64"
@@ -35,13 +38,17 @@ jobs:
3538 - name : Upload binaries
3639 uses : actions/upload-artifact@v3
3740 with :
38- name : windows_ ${{ matrix.cmake-config }}_fastdds_install
41+ name : ${{ matrix.windows-version }}_ ${{ matrix.cmake-config }}_fastdds_install
3942 path : ${{ github.workspace }}\eprosima\install
4043
4144 ubuntu-build :
42- runs-on : ubuntu-latest
43- environment :
44- name : codecov
45+ runs-on : ${{ matrix.ubuntu-version }}
46+ strategy :
47+ fail-fast : false
48+ matrix :
49+ ubuntu-version :
50+ - ' ubuntu-20.04'
51+ - ' ubuntu-22.04'
4552
4653 steps :
4754 - name : Sync eProsima/DDS-Router repository
6976 - name : Upload binaries
7077 uses : actions/upload-artifact@v3
7178 with :
72- name : ubuntu_fastdds_install
79+ name : ${{ matrix.ubuntu-version }}_fastdds_install
7380 path : install
You can’t perform that action at this time.
0 commit comments