Skip to content

Commit

Permalink
gitlab/ci: checking c++ and python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Jul 13, 2024
1 parent 98156d0 commit 03e9f92
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jobs:
- name: make check
run: make -j 2 check

- name: make check-doc
run: make check-doc-c
run: make check-doc-cc

- name: make install
run: sudo make install

Expand Down Expand Up @@ -76,11 +80,13 @@ jobs:
run: |
sudo apt-get install -y --no-install-recommends pybind11-dev virtualenv python3-dev
- name: python
- name: bind
run: |
python3 -m venv /tmp/liquid
source /tmp/liquid/bin/activate
pip install pybind11 numpy matplotlib
make python
make check-python
make check-bind-cc
make check-bind-python

0 comments on commit 03e9f92

Please sign in to comment.