We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f332a commit 3347548Copy full SHA for 3347548
.github/workflows/basic.yml
@@ -24,7 +24,7 @@ jobs:
24
shared_library: 'OFF'
25
- os: 'ubuntu-22.04'
26
build_type: Release
27
- compiler: {c: clang, cxx: clang++}
+ compiler: {c: clang, cxx: clang++}
28
29
30
@@ -156,14 +156,10 @@ jobs:
156
cmake
157
-B ${{env.BUILD_DIR}}
158
-DCMAKE_BUILD_TYPE=Release
159
- -DUMF_FORMAT_CODE_STYLE=ON
+ -DUMF_FORMAT_CODE_STYLE=OFF
160
-DUMF_DEVELOPER_MODE=ON
161
-DUMF_ENABLE_POOL_TRACKING=ON
162
163
- - name: Run code-style check
164
- run: |
165
- cmake --build ${{env.BUILD_DIR}} --target clang-format-check
166
-
167
- name: Build UMF
168
run: |
169
cmake --build ${{env.BUILD_DIR}} -j $(sysctl -n hw.logicalcpu)
0 commit comments