Skip to content

Commit 93453fd

Browse files
committed
Release v5.5
2 parents b65d1e7 + 17d5c54 commit 93453fd

206 files changed

Lines changed: 4907 additions & 3794 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/actions_build.yml

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
22+
2323
- name: Prepare Install
24-
run: sudo apt-get update --fix-missing
25-
24+
run: sudo apt-get update --fix-missing
25+
2626
- name: Install Packages
2727
run: sudo apt install doxygen dia gcc-${{matrix.cc_ver}} g++-${{matrix.cc_ver}}
2828

@@ -42,12 +42,12 @@ jobs:
4242
shell: bash
4343
run: cmake --build . --config ${{matrix.type}} --target install
4444
env:
45-
VERBOSE: 1
45+
VERBOSE: 1
4646

4747
- name: Test
4848
working-directory: ${{runner.workspace}}/build
4949
shell: bash
50-
run: ctest -V
50+
run: ctest -V
5151

5252
build_gcc_ubuntu_24_04:
5353
runs-on: ubuntu-24.04
@@ -59,14 +59,14 @@ jobs:
5959
cpp: [11, 14, 17, 20, 23]
6060
exclude:
6161
- cc_ver: 13
62-
cpp: 23
62+
cpp: 23
6363

6464
steps:
6565
- uses: actions/checkout@v4
66-
66+
6767
- name: Prepare Install
68-
run: sudo apt-get update --fix-missing
69-
68+
run: sudo apt-get update --fix-missing
69+
7070
- name: Install Packages
7171
run: sudo apt install doxygen dia gcc-${{matrix.cc_ver}} g++-${{matrix.cc_ver}}
7272

@@ -86,17 +86,17 @@ jobs:
8686
shell: bash
8787
run: cmake --build . --config ${{matrix.type}} --target install
8888
env:
89-
VERBOSE: 1
89+
VERBOSE: 1
9090

9191
- name: Test
9292
working-directory: ${{runner.workspace}}/build
9393
shell: bash
94-
run: ctest -V
94+
run: ctest -V
9595

9696
- name: Documentation
9797
working-directory: ${{runner.workspace}}/build
9898
shell: bash
99-
run: make doc_comms
99+
run: make doc_comms
100100

101101
build_clang_ubuntu_22_04:
102102
runs-on: ubuntu-22.04
@@ -109,10 +109,10 @@ jobs:
109109

110110
steps:
111111
- uses: actions/checkout@v4
112-
112+
113113
- name: Prepare Install
114114
run: sudo apt-get update --fix-missing
115-
115+
116116
- name: Install Packages
117117
run: sudo apt install doxygen dia clang-${{matrix.cc_ver}}
118118

@@ -132,12 +132,12 @@ jobs:
132132
shell: bash
133133
run: cmake --build . --config ${{matrix.type}} --target install
134134
env:
135-
VERBOSE: 1
135+
VERBOSE: 1
136136

137137
- name: Test
138138
working-directory: ${{runner.workspace}}/build
139139
shell: bash
140-
run: ctest -V
140+
run: ctest -V
141141

142142
build_clang_ubuntu_24_04:
143143
runs-on: ubuntu-24.04
@@ -155,10 +155,10 @@ jobs:
155155

156156
steps:
157157
- uses: actions/checkout@v4
158-
158+
159159
- name: Prepare Install
160160
run: sudo apt-get update --fix-missing
161-
161+
162162
- name: Install Packages
163163
run: sudo apt install doxygen dia clang-${{matrix.cc_ver}}
164164

@@ -178,17 +178,17 @@ jobs:
178178
shell: bash
179179
run: cmake --build . --config ${{matrix.type}} --target install
180180
env:
181-
VERBOSE: 1
181+
VERBOSE: 1
182182

183183
- name: Test
184184
working-directory: ${{runner.workspace}}/build
185185
shell: bash
186-
run: ctest -V
186+
run: ctest -V
187187

188188
- name: Documentation
189189
working-directory: ${{runner.workspace}}/build
190190
shell: bash
191-
run: make doc_comms
191+
run: make doc_comms
192192

193193
build_msvc_2022:
194194
runs-on: windows-2022
@@ -201,7 +201,7 @@ jobs:
201201

202202
steps:
203203
- uses: actions/checkout@v4
204-
204+
205205
- name: Create Build Environment
206206
shell: cmd
207207
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -217,13 +217,12 @@ jobs:
217217
shell: cmd
218218
run: cmake --build . --config ${{matrix.type}} --target install
219219
env:
220-
VERBOSE: 1
220+
VERBOSE: 1
221221

222222
- name: Test
223223
working-directory: ${{runner.workspace}}/build
224224
shell: cmd
225-
run: ctest -V
226-
225+
run: ctest -V
227226

228227
build_msvc_2025:
229228
runs-on: windows-2025
@@ -236,7 +235,7 @@ jobs:
236235

237236
steps:
238237
- uses: actions/checkout@v4
239-
238+
240239
- name: Create Build Environment
241240
shell: cmd
242241
run: cmake -E make_directory ${{runner.workspace}}/build
@@ -252,10 +251,10 @@ jobs:
252251
shell: cmd
253252
run: cmake --build . --config ${{matrix.type}} --target install
254253
env:
255-
VERBOSE: 1
254+
VERBOSE: 1
256255

257256
- name: Test
258257
working-directory: ${{runner.workspace}}/build
259258
shell: cmd
260-
run: ctest -V
259+
run: ctest -V
261260

0 commit comments

Comments
 (0)