File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,18 @@ jobs:
12
12
build_type : [Debug, Release]
13
13
compiler : [{c: gcc, cxx: g++}]
14
14
pool_tracking : ['-DUMF_ENABLE_POOL_TRACKING=ON', '-DUMF_ENABLE_POOL_TRACKING=OFF']
15
+ shared_library : ['-DUMF_BUILD_SHARED_LIBRARY=OFF']
15
16
include :
16
17
- os : ' ubuntu-20.04'
17
18
build_type : Release
18
19
compiler : {c: gcc-7, cxx: g++-7}
19
20
- os : ' ubuntu-22.04'
20
21
build_type : Release
21
- compiler : {c: clang, cxx: clang++}
22
+ compiler : {c: clang, cxx: clang++}
23
+ - os : ' ubuntu-22.04'
24
+ build_type : Release
25
+ compiler : {c: gcc, cxx: g++}
26
+ shared_library : ' -DUMF_BUILD_SHARED_LIBRARY=ON'
22
27
runs-on : ${{matrix.os}}
23
28
24
29
steps :
46
51
-DUMF_DEVELOPER_MODE=ON
47
52
-DUMF_BUILD_LIBUMF_POOL_JEMALLOC=ON
48
53
${{matrix.pool_tracking}}
54
+ ${{matrix.shared_library}}
49
55
50
56
- name : Build UMF
51
57
run : |
You can’t perform that action at this time.
0 commit comments