File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55
55
- name : " IntelLLVM"
56
56
compiler : " intel"
57
57
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
59
59
60
60
steps :
61
61
- name : Checkout
Original file line number Diff line number Diff line change 66
66
- name : Install CMake
67
67
uses : seqan/actions/setup-cmake@main
68
68
with :
69
- cmake : 3.25.3
69
+ cmake : 3.28.5
70
70
71
71
- name : Configure tests
72
72
run : |
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ target_use_datasources (cli_chopper_pipeline_test FILES small2.fa)
16
16
target_use_datasources (cli_chopper_pipeline_test FILES small.split)
17
17
18
18
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)
20
20
21
21
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)
26
26
add_dependencies (util_display_layout_test display_layout)
You can’t perform that action at this time.
0 commit comments