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 6edbac7 commit 40b9235
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 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
3 changes: 2 additions & 1 deletion .test-conda-env-py3-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ dependencies:
- pluggy
- pocl
- py
- pybind11
- pyevtk
- pyfmmlib
- pyopencl
- pyrsistent
- pytest
- pytest-cov
- python-symengine
- python>=3.8
- python=3
- pyvkfft
- scipy
- symengine
Expand Down
3 changes: 2 additions & 1 deletion .test-conda-env-py3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,15 @@ dependencies:
- pluggy
- pocl
- py
- pybind11
- pyevtk
- pyfmmlib
- pyopencl
- pyrsistent
- pytest
- pytest-cov
- python-symengine
- python>=3.8
- python=3
- pyvkfft
- scipy
- symengine
Expand Down

0 comments on commit 40b9235

Please sign in to comment.