Skip to content

Commit

Permalink
exclude statements take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonH2O committed Aug 11, 2023
1 parent 09247ed commit c999884
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ jobs:
shell: bash
run: sudo apt-get install lcov

# !!!!! exclude -D statements needed.
- name: MeshFields Configure CMake
shell: bash
run: cmake -S $GITHUB_WORKSPACE/meshFields -B ${{runner.workspace}}/build-meshFields
Expand All @@ -123,9 +122,7 @@ jobs:
-D CABANA_INSTALL_DIR="\${{runner.workspace}}/build-cabana/*"
-D KOKKOS_INSTALL_DIR="\${{runner.workspace}}/build-kokkos/*"
-D OMEGAH_INSTALL_DIR="\${{runner.workspace}}/build-omegah/*"
-D LCOV_SYSTEM_EXCLUDE_PATHS="/usr/include/*"

#-D LCOV_SYSTEM_EXCLUDE_PATHS="/opt/scorec/spack/v0154_2/install/linux-rhel7-x86_64/gcc-6.5.0/gcc-10.1.0-tf5jjaditemasrbsl7tz6pnqa6duqwkg/include/c++/*\;/usr/local/cuda-11.4/include/*"
-D LCOV_SYSTEM_EXCLUDE_PATHS="/usr/include/*\;/cxx/"

- name: Run MeshFields for coverage
working-directory: ${{runner.workspace}}/build-meshFields
Expand Down

0 comments on commit c999884

Please sign in to comment.