File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 ctest --test-dir out/debug-tsan --verbose --timeout 240 -C Debug
118118
119119 - name : Debug, Guarded
120- if : matrix.tests == 'extra' && runner.os == 'Linux'
120+ if : matrix.tests == 'extra'
121121 run : |
122122 cmake . -B out/debug-guarded -DCMAKE_BUILD_TYPE=Debug -DMI_DEBUG_FULL=ON -DMI_GUARDED=ON
123123 cmake --build out/debug-guarded --parallel 8 --config Debug
@@ -126,7 +126,7 @@ jobs:
126126 MIMALLOC_GUARDED_SAMPLE_RATE : 100
127127
128128 - name : Release, Guarded
129- if : matrix.tests == 'extra'
129+ if : matrix.tests == 'extra'
130130 run : |
131131 cmake . -B out/resease-guarded -DCMAKE_BUILD_TYPE=Release -DMI_OPT_ARCH=ON -DMI_GUARDED=ON
132132 cmake --build out/resease-guarded --parallel 8 --config Release
Original file line number Diff line number Diff line change 1-
21<img align =" left " width =" 100 " height =" 100 " src =" doc/mimalloc-logo.png " />
3-
4- [ <img align =" right " src =" https://dev.azure.com/Daan0324/mimalloc/_apis/build/status/microsoft.mimalloc?branchName=dev3 " />] ( https://dev.azure.com/Daan0324/mimalloc/_build?definitionId=1&_a=summary )
5-
6- [ <img align =" right " src =" https://github.com/microsoft/mimalloc/actions/workflows/test.yaml/badge.svg?branch=dev3 " />] ( https://github.com/microsoft/mimalloc/actions/workflows/test.yaml )
2+ <div align =" right " >
3+ <sup > v3:</sup ><a href =" https://github.com/microsoft/mimalloc/actions/workflows/test.yaml " ><img src =" https://github.com/microsoft/mimalloc/actions/workflows/test.yaml/badge.svg?branch=dev3 " /></a >
4+ <sup > v2:</sup ><a href =" https://github.com/microsoft/mimalloc/actions/workflows/test.yaml " ><img src =" https://github.com/microsoft/mimalloc/actions/workflows/test.yaml/badge.svg?branch=dev2 " /></a >
5+ <sup > v1:</sup ><a href =" https://github.com/microsoft/mimalloc/actions/workflows/test.yaml " ><img src =" https://github.com/microsoft/mimalloc/actions/workflows/test.yaml/badge.svg?branch=dev " /></a >
6+   ;  ;  ; <sup >v3</sup ><a href =" https://dev.azure.com/Daan0324/mimalloc/_build?definitionId=1&_a=summary " ><img src =" https://dev.azure.com/Daan0324/mimalloc/_apis/build/status/microsoft.mimalloc?branchName=dev3 " /></a >
7+ </div >
78
89# mimalloc
910
You can’t perform that action at this time.
0 commit comments