Skip to content

Commit

Permalink
[CI] Run with _GLIBCXX_ASSERTIONS enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Feb 25, 2023
1 parent e494c0a commit bf7d079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -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'
Expand Down

0 comments on commit bf7d079

Please sign in to comment.