File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,24 @@ jobs:
5252 run : cmake --build build --target black-format-check
5353
5454 - name : Run check-license
55- run : cmake --build build --target check-license
55+ run : |
56+ cmake -B build \
57+ -DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF \
58+ -DUMF_BUILD_CUDA_PROVIDER=OFF \
59+ -DUMF_BUILD_TESTS=OFF \
60+ -DUMF_BUILD_EXAMPLES=OFF \
61+ -DUMF_DISABLE_HWLOC=ON
62+ cmake --build build --target check-license
5663
5764 - name : Run copyright-format
58- run : cmake --build build --target copyright-format
65+ run : |
66+ cmake -B build \
67+ -DUMF_BUILD_LEVEL_ZERO_PROVIDER=OFF \
68+ -DUMF_BUILD_CUDA_PROVIDER=OFF \
69+ -DUMF_BUILD_TESTS=OFF \
70+ -DUMF_BUILD_EXAMPLES=OFF \
71+ -DUMF_DISABLE_HWLOC=ON
72+ cmake --build build --target copyright-format
5973
6074 - name : Run a spell check
6175 uses : crate-ci/typos@b63f421581dce830bda2f597a678cb7776b41877 # v1.18.2
You can’t perform that action at this time.
0 commit comments