Skip to content

Commit

Permalink
ci: build meshgen11_dealii
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Apr 9, 2024
1 parent b8778d7 commit ca924ea
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
. ci-support-v0
build_py_project_in_conda_env
pushd contrib/meshgen11_dealii
bash build.sh
popd
test_py_project
pytest_mac:
Expand All @@ -66,6 +70,10 @@ jobs:
. ci-support-v0
build_py_project_in_conda_env
pushd contrib/meshgen11_dealii
bash build.sh
popd
test_py_project
docs:
Expand All @@ -84,6 +92,10 @@ jobs:
. ci-support-v0
build_py_project_in_conda_env
pushd contrib/meshgen11_dealii
bash build.sh
popd
build_docs
examples:
Expand All @@ -100,7 +112,12 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
build_py_project_in_conda_env
pushd contrib/meshgen11_dealii
bash build.sh
popd
run_examples
# vim: sw=2

0 comments on commit ca924ea

Please sign in to comment.