Skip to content

Commit

Permalink
[CI] Parse SConstruct options
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Oct 31, 2021
1 parent 7b5e15b commit 5623f25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,11 @@ jobs:
sphinxcontrib-katex sphinxcontrib-matlabdomain sphinxcontrib-doxylink
- name: Build Cantera with documentation
run: python3 `which scons` build -j2 doxygen_docs=y sphinx_docs=y debug=n optimize=n use_pch=n
- name: Capture configuration options from SConstruct
run: |
python3 site_scons/scons2rst.py --dev SConstruct config-options
mkdir build/docs/scons
mv config-options-dev.rst build/docs/scons/
# The known_hosts key is generated with `ssh-keygen -F cantera.org` from a
# machine that has previously logged in to cantera.org and trusts
# that it logged in to the right machine
Expand Down

0 comments on commit 5623f25

Please sign in to comment.