File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -28,18 +28,12 @@ jobs:
28
28
build_configuration : ' Release'
29
29
- job_name : ' x64 (MSVC): Windows (VS 2022, debug)'
30
30
build_configuration : ' Debug'
31
- # TODO: Resolve the issue and re-enable benchmark.
32
- # See: https://github.com/bitcoin-core/minisketch/pull/96.
33
- skip_benchmark : true
34
31
- job_name : ' x64 (MSVC): Windows (VS 2022, shared)'
35
32
cmake_options : ' -DBUILD_SHARED_LIBS=ON'
36
33
build_configuration : ' Release'
37
34
- job_name : ' x64 (clang-cl): Windows (VS 2022)'
38
35
cmake_options : ' -T ClangCL'
39
36
build_configuration : ' Release'
40
- # TODO: Resolve the issue and re-enable benchmark.
41
- # See: https://github.com/bitcoin-core/minisketch/pull/96.
42
- skip_benchmark : true
43
37
44
38
steps :
45
39
- name : Checkout
64
58
run : ctest --output-on-failure -j $env:NUMBER_OF_PROCESSORS -C ${{ matrix.configuration.build_configuration }}
65
59
66
60
- name : Benchmark
67
- if : ${{ ! matrix.configuration.skip_benchmark }}
68
61
working-directory : build
69
62
run : bin\${{ matrix.configuration.build_configuration }}\bench.exe
You can’t perform that action at this time.
0 commit comments