mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
[CI] Run with _GLIBCXX_ASSERTIONS enabled
This commit is contained in:
parent
e494c0a926
commit
bf7d079f8a
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -58,7 +58,8 @@ jobs:
|
||||
- name: Build Cantera
|
||||
run: |
|
||||
python3 `which scons` build env_vars=all -j2 debug=n --debug=time \
|
||||
hdf_libdir=$HDF5_LIBDIR hdf_include=$HDF5_INCLUDEDIR
|
||||
hdf_libdir=$HDF5_LIBDIR hdf_include=$HDF5_INCLUDEDIR \
|
||||
cc_flags=-D_GLIBCXX_ASSERTIONS
|
||||
- name: Upload shared library
|
||||
uses: actions/upload-artifact@v3
|
||||
if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-22.04'
|
||||
|
Loading…
Reference in New Issue
Block a user