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 ca3f268 commit 15690ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ 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
mv config-options-dev.rst ./build/docs/
# 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 15690ce

Please sign in to comment.