Skip to content

Commit

Permalink
kokkos#338: make CI stricter in warnings with GCC and clang
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Jun 3, 2024
1 parent 18c332e commit 5a51d65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
include:
- compiler_driver: g++-9
compiler_prefix: /usr/bin
cxx_flags_extra: "-Werror -Wall"
- compiler_driver: g++-10
compiler_prefix: /usr/bin
cxx_flags_extra: "-Werror -Wall"
- compiler_driver: clang++
compiler_prefix: /usr/bin
cxx_flags_extra: "-stdlib=libc++"
cxx_flags_extra: "-stdlib=libc++ -Werror -Wall"
- compiler_driver: icpx
compiler_prefix: /opt/intel/oneapi/compiler/latest/linux/bin
# To get new URL, look here:
Expand Down

0 comments on commit 5a51d65

Please sign in to comment.