Skip to content

Commit f2a7e21

Browse files
[CI][Compat] Enable examples as well
1 parent f673748 commit f2a7e21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_compatibility.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
-DCMAKE_C_COMPILER=gcc
4747
-DCMAKE_CXX_COMPILER=g++
4848
-DUMF_BUILD_TESTS=ON
49+
-DUMF_BUILD_EXAMPLES=ON
4950
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
5051
-DUMF_BUILD_CUDA_PROVIDER=ON
5152
-DUMF_FORMAT_CODE_STYLE=OFF
@@ -85,7 +86,6 @@ jobs:
8586
-DUMF_FORMAT_CODE_STYLE=OFF
8687
-DUMF_DEVELOPER_MODE=ON
8788
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
88-
-DUMF_TESTS_FAIL_ON_SKIP=ON
8989
9090
- name: Build latest UMF
9191
working-directory: ${{github.workspace}}/latest_version
@@ -136,6 +136,7 @@ jobs:
136136
-DCMAKE_CXX_COMPILER=cl
137137
-DUMF_BUILD_SHARED_LIBRARY=ON
138138
-DUMF_BUILD_TESTS=ON
139+
-DUMF_BUILD_EXAMPLES=ON
139140
-DUMF_BUILD_LEVEL_ZERO_PROVIDER=ON
140141
-DUMF_BUILD_CUDA_PROVIDER=ON
141142
-DUMF_FORMAT_CODE_STYLE=OFF
@@ -172,7 +173,6 @@ jobs:
172173
-DUMF_FORMAT_CODE_STYLE=OFF
173174
-DUMF_DEVELOPER_MODE=ON
174175
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
175-
-DUMF_TESTS_FAIL_ON_SKIP=ON
176176
177177
- name: Build latest UMF
178178
run: cmake --build "${{github.workspace}}/latest_version/build" --config Debug -j $Env:NUMBER_OF_PROCESSORS
@@ -182,7 +182,7 @@ jobs:
182182
run: |
183183
$env:UMF_LOG="level:warning;flush:debug;output:stderr;pid:no"
184184
cp ${{github.workspace}}/latest_version/build/bin/Debug/umf.dll ${{github.workspace}}/tag_version/build/bin/Debug/umf.dll
185-
ctest -C Debug --verbose --test-dir test
185+
ctest -C Debug --verbose
186186
187187
gpu:
188188
name: GPU Ubuntu

0 commit comments

Comments
 (0)