mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[CI] Check for proper use of 'override'
This commit is contained in:
parent
b35ef5907c
commit
4a4bc87f0e
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -148,6 +148,7 @@ jobs:
|
|||||||
run: python3 `which scons` build env_vars=all
|
run: python3 `which scons` build env_vars=all
|
||||||
CXX=clang++-12 CC=clang-12 f90_interface=n extra_lib_dirs=/usr/lib/llvm/lib
|
CXX=clang++-12 CC=clang-12 f90_interface=n extra_lib_dirs=/usr/lib/llvm/lib
|
||||||
-j2 debug=n --debug=time hdf_libdir=$HDF5_LIBDIR hdf_include=$HDF5_INCLUDEDIR
|
-j2 debug=n --debug=time hdf_libdir=$HDF5_LIBDIR hdf_include=$HDF5_INCLUDEDIR
|
||||||
|
warning_flags='-Wall -Werror -Wsuggest-override'
|
||||||
- name: Test Cantera
|
- name: Test Cantera
|
||||||
run:
|
run:
|
||||||
python3 `which scons` test show_long_tests=yes verbose_tests=yes --debug=time
|
python3 `which scons` test show_long_tests=yes verbose_tests=yes --debug=time
|
||||||
|
Loading…
Reference in New Issue
Block a user