Skip to content

Commit

Permalink
Merge pull request #242 from eseiler/infra/ci
Browse files Browse the repository at this point in the history
[INFRA,FIX] CI
  • Loading branch information
eseiler authored Jun 3, 2024
2 parents 4ff191e + e93fb5c commit 40b79a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: "IntelLLVM"
compiler: "intel"
build_type: Release
cxx_flags: "-fp-model=strict -Wno-overriding-t-option" # Ignore that googletest sets -fp-model=precise
cxx_flags: "-fp-model=strict -Wno-overriding-option" # Ignore that googletest sets -fp-model=precise

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install CMake
uses: seqan/actions/setup-cmake@main
with:
cmake: 3.25.3
cmake: 3.28.5

- name: Configure tests
run: |
Expand Down
10 changes: 5 additions & 5 deletions test/cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ target_use_datasources (cli_chopper_pipeline_test FILES small2.fa)
target_use_datasources (cli_chopper_pipeline_test FILES small.split)

add_cli_test (cli_timing_output_test.cpp)
target_use_datasources (cli_chopper_pipeline_test FILES small.fa)
target_use_datasources (cli_timing_output_test FILES small.fa)

add_cli_test (util_display_layout_test.cpp)
target_use_datasources (cli_chopper_pipeline_test FILES seq1.fa)
target_use_datasources (cli_chopper_pipeline_test FILES seq2.fa)
target_use_datasources (cli_chopper_pipeline_test FILES seq3.fa)
target_use_datasources (cli_chopper_pipeline_test FILES small.fa)
target_use_datasources (util_display_layout_test FILES seq1.fa)
target_use_datasources (util_display_layout_test FILES seq2.fa)
target_use_datasources (util_display_layout_test FILES seq3.fa)
target_use_datasources (util_display_layout_test FILES small.fa)
add_dependencies (util_display_layout_test display_layout)

0 comments on commit 40b79a0

Please sign in to comment.