Skip to content

Commit

Permalink
single compiler for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
PrestonH2O committed Aug 8, 2023
1 parent e82db33 commit 2738665
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [g++,clang++]
compiler: [g++]
language: ['cpp']
build_type: [Debug, Release]
build_type: [Debug]
# Permissions needed for codeql analysis
# I think this is the minimal set needed for a public repo (https://github.com/github/codeql-action/pull/689).
permissions:
Expand Down Expand Up @@ -141,6 +141,7 @@ jobs:

# I will probably need other dependencies, check the env file

# I am almost certain that "GPU stuff" is already the CPU stuff
- name: Build MeshFields for cpu coverage # This will be redundant once GPU stuff is changed to CPU
working-directory: ${{runner.workspace}}
shell: bash
Expand Down

0 comments on commit 2738665

Please sign in to comment.