Skip to content

Commit e93fb5c

Browse files
committed
[INFRA,FIX] CI
1 parent 4ff191e commit e93fb5c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: .github/workflows/ci_linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: "IntelLLVM"
5656
compiler: "intel"
5757
build_type: Release
58-
cxx_flags: "-fp-model=strict -Wno-overriding-t-option" # Ignore that googletest sets -fp-model=precise
58+
cxx_flags: "-fp-model=strict -Wno-overriding-option" # Ignore that googletest sets -fp-model=precise
5959

6060
steps:
6161
- name: Checkout

Diff for: .github/workflows/ci_macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install CMake
6767
uses: seqan/actions/setup-cmake@main
6868
with:
69-
cmake: 3.25.3
69+
cmake: 3.28.5
7070

7171
- name: Configure tests
7272
run: |

Diff for: test/cli/CMakeLists.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ target_use_datasources (cli_chopper_pipeline_test FILES small2.fa)
1616
target_use_datasources (cli_chopper_pipeline_test FILES small.split)
1717

1818
add_cli_test (cli_timing_output_test.cpp)
19-
target_use_datasources (cli_chopper_pipeline_test FILES small.fa)
19+
target_use_datasources (cli_timing_output_test FILES small.fa)
2020

2121
add_cli_test (util_display_layout_test.cpp)
22-
target_use_datasources (cli_chopper_pipeline_test FILES seq1.fa)
23-
target_use_datasources (cli_chopper_pipeline_test FILES seq2.fa)
24-
target_use_datasources (cli_chopper_pipeline_test FILES seq3.fa)
25-
target_use_datasources (cli_chopper_pipeline_test FILES small.fa)
22+
target_use_datasources (util_display_layout_test FILES seq1.fa)
23+
target_use_datasources (util_display_layout_test FILES seq2.fa)
24+
target_use_datasources (util_display_layout_test FILES seq3.fa)
25+
target_use_datasources (util_display_layout_test FILES small.fa)
2626
add_dependencies (util_display_layout_test display_layout)

0 commit comments

Comments
 (0)