|
10 | 10 |
|
11 | 11 | name: Test on Fedora-Linux |
12 | 12 | jobs: |
13 | | - test-fedora-34-release: |
| 13 | + test-fedora-38-release: |
14 | 14 | runs-on: ubuntu-latest |
15 | | - container: fedora:34 |
| 15 | + container: fedora:38 |
16 | 16 | strategy: |
17 | 17 | fail-fast: false |
18 | 18 | matrix: |
|
31 | 31 | - name: Run Tests |
32 | 32 | run: "./build/channel_tests" |
33 | 33 |
|
34 | | - test-fedora-34-debug: |
| 34 | + test-fedora-38-debug: |
35 | 35 | runs-on: ubuntu-latest |
36 | | - container: fedora:34 |
37 | | - strategy: |
38 | | - fail-fast: false |
39 | | - matrix: |
40 | | - language: ["cpp"] |
41 | | - |
42 | | - steps: |
43 | | - - name: Checkout |
44 | | - uses: actions/checkout@v2.4.0 |
45 | | - |
46 | | - - name: Install build dependencies |
47 | | - run: "dnf install -y make git automake gcc gcc-c++ kernel-devel cmake" |
48 | | - |
49 | | - - name: Compile |
50 | | - run: "mkdir build && cd build && cmake .. -Dchannel_tests=ON && cmake --build . --config Debug" |
51 | | - |
52 | | - - name: Run Tests |
53 | | - run: "./build/channel_tests" |
54 | | - |
55 | | - test-fedora-35-release: |
56 | | - runs-on: ubuntu-latest |
57 | | - container: fedora:35 |
58 | | - strategy: |
59 | | - fail-fast: false |
60 | | - matrix: |
61 | | - language: ["cpp"] |
62 | | - |
63 | | - steps: |
64 | | - - name: Checkout |
65 | | - uses: actions/checkout@v2.4.0 |
66 | | - |
67 | | - - name: Install build dependencies |
68 | | - run: "dnf install -y make git automake gcc gcc-c++ kernel-devel cmake" |
69 | | - |
70 | | - - name: Compile |
71 | | - run: "mkdir build && cd build && cmake .. -Dchannel_tests=ON && cmake --build . --config Release" |
72 | | - |
73 | | - - name: Run Tests |
74 | | - run: "./build/channel_tests" |
75 | | - |
76 | | - test-fedora-35-debug: |
77 | | - runs-on: ubuntu-latest |
78 | | - container: fedora:35 |
79 | | - strategy: |
80 | | - fail-fast: false |
81 | | - matrix: |
82 | | - language: ["cpp"] |
83 | | - |
84 | | - steps: |
85 | | - - name: Checkout |
86 | | - uses: actions/checkout@v2.4.0 |
87 | | - |
88 | | - - name: Install build dependencies |
89 | | - run: "dnf install -y make automake git gcc gcc-c++ kernel-devel cmake" |
90 | | - |
91 | | - - name: Compile |
92 | | - run: "mkdir build && cd build && cmake .. -Dchannel_tests=ON && cmake --build . --config Debug" |
93 | | - |
94 | | - - name: Run Tests |
95 | | - run: "./build/channel_tests" |
96 | | - |
97 | | - test-fedora-36-release: |
98 | | - runs-on: ubuntu-latest |
99 | | - container: fedora:36 |
100 | | - strategy: |
101 | | - fail-fast: false |
102 | | - matrix: |
103 | | - language: ["cpp"] |
104 | | - |
105 | | - steps: |
106 | | - - name: Checkout |
107 | | - uses: actions/checkout@v2.4.0 |
108 | | - |
109 | | - - name: Install build dependencies |
110 | | - run: "dnf install -y make automake git gcc gcc-c++ kernel-devel cmake" |
111 | | - |
112 | | - - name: Compile |
113 | | - run: "mkdir build && cd build && cmake .. -Dchannel_tests=ON && cmake --build . --config Release" |
114 | | - |
115 | | - - name: Run Tests |
116 | | - run: "./build/channel_tests" |
117 | | - |
118 | | - test-fedora-36-debug: |
119 | | - runs-on: ubuntu-latest |
120 | | - container: fedora:36 |
| 36 | + container: fedora:38 |
121 | 37 | strategy: |
122 | 38 | fail-fast: false |
123 | 39 | matrix: |
|
0 commit comments